ybiq

Useful command-line tools for Node.js project

Usage no npm install needed!

<script type="module">
  import ybiq from 'https://cdn.skypack.dev/ybiq';
</script>

README

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