mark-todo-item

0.0.3 • Public • Published

Badge: Build status generated from Travis CI NSP Status bitHound Overall Score bitHound Dependencies

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-item
const 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

jasmine
npm run test // runs jasmine
jasmine-node --color --autotest ./ --watch ../**

License

MIT

Dependents (0)

Package Sidebar

Install

npm i mark-todo-item

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • mellewynia