0.2.0-next.14 • Published 4 years ago

versatilejs v0.2.0-next.14

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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! :wink:

License

MIT

0.2.0-next.13

4 years ago

0.2.0-next.14

4 years ago

0.2.0-next.12

4 years ago

0.2.0-next.11

4 years ago

0.2.0-next.10

4 years ago

0.2.0-next.9

4 years ago

0.2.0-next.8

4 years ago

0.2.0-next.7

4 years ago

0.2.0-next.6

4 years ago

0.2.0-next.5

4 years ago

0.2.0-next.3

4 years ago

0.2.0-next.2

4 years ago

0.2.0-next.1

4 years ago

0.2.0-next.4

4 years ago

0.1.7

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago