Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Boilerplate to kickstart creating a Node.js module

License

NotificationsYou must be signed in to change notification settings

sindresorhus/node-module-boilerplate

Repository files navigation

Boilerplate to kickstart creating a Node.js module

This is what I use formy own modules.

Also check outnode-cli-boilerplate.

Getting started

Click the "Use this template" button.

Alternatively, create a new directory and then run:

curl -fsSL https://github.com/sindresorhus/node-module-boilerplate/archive/main.tar.gz| tar -xz --strip-components=1

Remove everything from here and above


unicorn-fun

My awesome module

Install

npm install unicorn-fun

Usage

importunicornFunfrom'unicorn-fun';unicornFun('unicorns');//=> 'unicorns & rainbows'

API

unicornFun(input, options?)

input

Type:string

Lorem ipsum.

options

Type:object

postfix

Type:string
Default:'rainbows'

Lorem ipsum.

About

Boilerplate to kickstart creating a Node.js module

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp