Useful file system utilities.
✅ An experimental project applying several cool stuffs, a boilerplate for writing new NPM packages.
✓ Auto-release with semantic-release
✓ Fast Unit Tests with ava
✓ Coverage with nyc
✓ Automated Code reviews with codacy
✓ Elegant documents via jsdoc-to-markdown along with gitbook
✓ Scoped NPM package
✓ Publish gh-pages automatically via travis-ci
✓ Semantic git commits via semantic-git-commit-cli
npm test
// Or the watching mode
npm run test1
- Write a debug file at
test/debugs/your.debug.js
- Run the debug command
node --inspect-brk test/debugs/your.debug.js
- Open the Chrome inspector interface
chrome://inspect/
You will see the files listed for inspcecting.
- Add the
fs
folder to the chrome-devtools's workspace
The documents are generated by jsdoc(jsdoc-to-markdown) along with gitbook(gitbook-cli) following this guide.
- Initial build
npm run docs
- Incremental build
npm run docs:build
- Watching Mode
npm run docs:serve
- Clean the generated docs
npm run docs:clean
The module will be released automatically by semantic-release