ybiq
TypeScript icon, indicating that this package has built-in type declarations

17.3.0 • Public • Published

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

Package Sidebar

Install

npm i ybiq

Weekly Downloads

117

Version

17.3.0

License

MIT

Unpacked Size

15.7 kB

Total Files

19

Last publish

Collaborators

  • ybiquitous