versatilejs
TypeScript icon, indicating that this package has built-in type declarations

0.2.0-next.14 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i versatilejs

Weekly Downloads

1

Version

0.2.0-next.14

License

MIT

Unpacked Size

398 kB

Total Files

100

Last publish

Collaborators

  • vehmloewff