0.0.3 • Published 9 years ago
mark-todo-item v0.0.3
Mark todo item
Experimental repository to test how it works with NPM.
The code is tested and actually used in production ;)
npm install --save mark-todo-itemconst MarkTodoItem = require('mark-todo-item');
const markTodoItem = MarkTodoItem(options);
const input = `/projects/:id – Add filter with search`;
const output = markTodoItem(input);import 'todo' from 'mark-todo-item';Lint
eslint ./Note to self: eslint returns nothing in case of no errors nor warnings!
Test
All dependencies can be installed/run globally
jasminenpm run test // runs jasminejasmine-node --color --autotest ./ --watch ../**License
MIT