0.2.0-next.14 • Published 6 years ago
versatilejs v0.2.0-next.14
nodejs-template
Startup
npx degit Vehmloewff/nodejs-template#typescript nodejs-app
# or the javascript branch
cd nodejs-app
npm iRunning the tests
npm test
# or
npm test -- -wLinting
npm run lint
# or
npm run lint:testDelete everything below this line
todo
TODO: Add a description
Installation
npm i todoUsage
const todo = require('todo');
todo(options);API
todo(options: object) => void
Valid options are:
todoCreate: booleanMarks the ne project as atodo. Deafult isfalsedelay: numberThe 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 -- -wPull Requests are always welcome!
PS: Don't forget to npm run lint! :wink:
License
0.2.0-next.13
6 years ago
0.2.0-next.14
6 years ago
0.2.0-next.12
6 years ago
0.2.0-next.11
6 years ago
0.2.0-next.10
6 years ago
0.2.0-next.9
6 years ago
0.2.0-next.8
6 years ago
0.2.0-next.7
6 years ago
0.2.0-next.6
6 years ago
0.2.0-next.5
6 years ago
0.2.0-next.3
6 years ago
0.2.0-next.2
6 years ago
0.2.0-next.1
6 years ago
0.2.0-next.4
6 years ago
0.1.7
6 years ago
0.1.5
6 years ago
0.1.4
6 years ago
0.1.3
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago