Useful file system utilities.
Build Status Codacy Badge Coverage Status NPM Version Badge semantic-release
β 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
fsfolder 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