npm.io
0.2.0-next.14 • Published 6 years ago

versatilejs

Licence
MIT
Version
0.2.0-next.14
Deps
1
Size
389 kB
Vulns
2
Weekly
0
Stars
2

nodejs-template

Startup

npx degit Vehmloewff/nodejs-template#typescript nodejs-app
# or the javascript branch
cd nodejs-app
npm i

Running the tests

npm test
# or
npm test -- -w

Linting

npm run lint
# or
npm run lint:test

Delete everything below this line


todo

TODO: Add a description

Installation

npm i todo

Usage

const todo = require('todo');

todo(options);

API

todo(options: object) => void

Valid options are:

  • todoCreate: boolean Marks the ne project as a todo. Deafult is false
  • delay: number The amount of time to delay the cone. Default is 0

Contributing?

Sure!

# fork repo
git clone https://github.com/[your_username]/todo
cd todo
npm i
npm test -- -w

Pull Requests are always welcome!

PS: Don't forget to npm run lint!

License

MIT