node-cli

v0.2.1
🖍️ Build a beautiful Node.js CLI with colors, pre-build elements and optional JSX support.

examples

node lib/examples/index.js

start

npm run dev

dev

rimraf lib && tsc --watch

build

rimraf lib && tsc

format

prettier --check src/**

format:write

prettier --write src/**

lint

eslint src --ext .ts,.tsx

lint:fix

eslint --fix src --ext .ts,.tsx

test

echo "No tests written yet."

prepublishOnly

npm run format && npm run lint && npm run build && npm run test

Metadata

  • MIT
  • Whatever
  • Yanick Deubel
  • released 3/16/2021

Downloads

Maintainers