Useful command-line tools for Node.js project.
npm install ybiq --save-dev
Or if you don't need optional dependencies (e.g. eslint-config-ybiquitous
),
it's recommended to use --no-optional
option.
npm install ybiq --save-dev --no-optional
For details, please show help.
ybiq --help
Setup npm project.
ybiq init
const ybiq = require("ybiq");
ybiq.init({
// Default options
// cwd: process.cwd(),
// logger: msg => process.stdout.write(msg),
});