kueskipay-amon-cli
v0.0.2
Published
Admin Money CLI tools and shortcuts
Downloads
4
Maintainers
Readme
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