Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork75
Boilerplate to kickstart creating a Node.js module
License
NotificationsYou must be signed in to change notification settings
sindresorhus/node-module-boilerplate
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Boilerplate to kickstart creating a Node.js module
This is what I use formy own modules.
Also check outnode-cli-boilerplate.
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=1Remove everything from here and above
My awesome module
npm install unicorn-fun
importunicornFunfrom'unicorn-fun';unicornFun('unicorns');//=> 'unicorns & rainbows'
Type:string
Lorem ipsum.
Type:object
Type:string
Default:'rainbows'
Lorem ipsum.
About
Boilerplate to kickstart creating a Node.js module
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.