Command line tool for unassert
unassert-cli provides an unassert
command which compiles assertions away from target file.
- unassert: Encourage reliable programming by writing assertions in production code, and compiling them away from release.
- unassertify: Browserify transform for unassert
- babel-plugin-unassert: Babel plugin for unassert
- webpack-unassert-loader: Webpack loader for unassert
- gulp-unassert: Gulp plugin for unassert
See CHANGELOG
$ unassert /path/to/src/target.js > /path/to/build/target.js
$ cat /path/to/src/target.js | unassert > /path/to/build/target.js
Install locally,
$ npm install --save-dev unassert-cli
and/or globally.
$ npm install -g unassert-cli
Licensed under the MIT license.