0.0.2 • Published 3 years ago

kueskipay-amon-cli v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

kueskipay-amon-cli

A cli to automate boring tasks and other tools for the Admin Money team.

Notes:

  • Monorepo with Lerna
  • Conventional Commits
  • Auto-publish with npm run version

How to install?

npm install -g @pedro-carrazco-kueski/cli

Examples

Analize imports

amon analyze src/some_file.js

Mount analyzed results and serve them

amon serve amon_report.js

Analyze and serve on a single command

amon analyze src/some_file.js --serve

Create config file for analyze and serve commands

amon init

Run analyze and serve after config file is created

amon analyze --serve

Quickly stash all your current changes, refresh master and navigate to a some branch to work on a Peer Review.

amon pr feat/some-feature-branch

Show all commands/flags

amon

What it does?

WIP

Captura de Pantalla 2022-06-15 a la(s) 10 31 13