@atomicsmash/cli
v7.1.2
Published
A collection of CLI tools by Atomic Smash.
Downloads
461
Readme
Atomic Smash CLI
A collection of CLI tools by Atomic Smash.
For help using the cli, use the following command:
smash-cli --help
Development
To develop this npm package, you will need to do the following after cloning the repo:
nvm use
- This will set the correct node environment (this is important for permissions for the following step)
npm link
- This will create a symlink in your npm global config, effectively pretending that you've installed the package globally.
npm run dev
- This will transpile all
.ts
files down into usable.js
files in dist.
Once these commands are done, you're ready to start working on this project. Check the "CHECKLISTS" file for a checklist of tasks for any development work.