FIXME.js
Hey!
You want to list your NOTE:
, FIXME:
, TODO:
, WHATEVER:
? This node plugin (fixme
) could be really useful for you.
How to use it
Installation
$ npm install fixme @babel/core @babel/node --save-dev
Code
./fixme.js
1import fixme from "fixme"23fixme({4 path: "./src/",5 ignored_directories: [],6 file_patterns: ["**/*"],7 file_encoding: "utf8",8 line_length_limit: 3000,9})
./package.json
1{2 "scripts": {3 "fixme": "babel-node fixme"4 }5}
Usage
$ npm run fixme
More information there: https://github.com/JohnPostlethwait/fixme