ybiq
v17.4.0
Published
Useful command-line tools for Node.js project
Downloads
719
Maintainers
Readme
ybiq
Useful command-line tools for Node.js project.
Install
npm install --save-dev ybiq
Usage
CLI
Show the help for details:
ybiq --help
ybiq init
The ybiq init
command sets up an npm project.
API
You also can use this package programmatically.
import { init } from "ybiq";
init({
// Default options
// cwd: process.cwd(),
// logger: msg => process.stdout.write(msg),
});