Skip to content

mellewynia/mark-todo-item

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

[Experiment] NPM script for marking todo items (outputs html)

Resources

License

Stars

Watchers

Forks

Packages

No packages published