@mycure/modular-bolt
build rules from multiple bolt files
Installation
npm install @mycure/modular-bolt --save
Dependencies
- chalk: Terminal string styling done right. Much color.
- commander: the complete solution for node.js command-line programs
- concat-files: Concatenate files asynchronously
- debug: small debugging utility
- fs-extra: fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
- glob: a little globber
- shelljs: Portable Unix shell commands for Node.js
Dev Dependencies
- babel-cli: Babel command line.
- babel-core: Babel compiler core.
- babel-eslint: Custom parser for ESLint
- babel-plugin-transform-object-rest-spread: Compile object rest and spread to ES5
- babel-preset-babili:
- babel-preset-env: A Babel preset for each environment.
- babel-tape-runner: Babel + Tape for running your ES Next tests
- faucet: human-readable TAP summarizer
- rollup: Next-generation ES6 module bundler
- snazzy: Format JavaScript Standard Style as Stylish (i.e. snazzy) output
- standard: JavaScript Standard Style
- tape: tap-producing test harness for node and browsers
- tape-async: A lite wrapper around tape to simplify async testing.
License
ISC