publish-cli

v1.7.0
🚀 Simplifies committing to git and publishing to npm using a beautiful CLI.
commit git github npm package tool ci publish release and 4 more...

publish

node lib/bin.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 --ext .ts,.tsx

test

echo "Test: No test specified yet."

preReleaseHook

build format lint test

prepublishOnly

npm run lint && npm run build && npm run test
npm i publish-cli

Metadata

  • MIT
  • Whatever
  • Yannick Deubel
  • released 3/17/2021

Downloads

Maintainers