README
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 atodo
. Deafult isfalse
delay: number
The amount of time to delay the cone. Default is0
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: