Useful command-line tools for Node.js project


Keywords
cli, command-line, utility, tool, nodejs, npm
License
MIT
Install
npm install ybiq@10.0.0

Documentation

npm node Conventional Commits

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),
});