0.0.1 • Published 5 years ago
node-module-quick-start v0.0.1
node-module-quick-start 
 
Template for creating new
node_modules
Looking to publish a new Node.js module? Start here!
Installation
Via GitHub clone
git@github.com:cezaraugusto/node-module-quick-start.gitVia GitHub "Use this template" feature
- Click the big green "Use this template" button
 - Replace 
Cezar Augustowith your name - Replace 
cezaraugustowith your username - Replace 
boss@cezaraugusto.netwith your email - Replace 
https://cezaraugusto.netwith your URL - Replace 
node-module-quick-startwith your module name - HAVE FUN!
 
Via npm
Alternatively, you can install this module as-is and hack from there
# node_modules/node-module-quick-start will include this repo
npm install node-module-quick-startUsage
This repo includes a sample program:
const sleepySays = require('./node-module-quick-start')
sleepySays('hello!') // ( o ‿ ~ ✿) hello!
// When sleepy is sleeping
sleepySays('hello!', true) // (◡ ‿ ◡ ✿) zZZzAPI
sleepySays(say, isSleepySleeping?)
say
Type: string
isSleepySleeping
Type: boolean\
Default: false
License
MIT (c) Cezar Augusto.
0.0.1
5 years ago