Installation
#
NPMYou can install the Capter CLI through NPM or Yarn:
#
UsageYou should now be able to run the CLI:
npx
#
With Another way to use Capter without actually installing it is running it through npx
:
#
CargoHead over to crates.io and check for the latest version number.
#
Manual installation- Go to GitHub Releases on the Capter CLI repo
- Expand Assets on a release and download the binary for your OS
- Rename the download to
capter
- Add the location of
capter
to yourPATH
:
You might have to run
chmod +x capter
to get the correct permssions to run it.