honeyside-cli

The official Honeyside CLI.

Usage no npm install needed!

<script type="module">
  import honeysideCli from 'https://cdn.skypack.dev/honeyside-cli';
</script>

README

Honeyside CLI npm

The Honeyside CLI offers useful tools for Honeyside collaborators and Envato authors.

Support us on Patreon to get priority updates on our development plan and voting power on new features.

Installation

Install Honeyside CLI with yarn or npm:

yarn global add honeyside-cli
npm install -g honeyside-cli

Usage & Examples

By default, the Honeyside CLI will connect to epm.honeyside.net. If you want to use an alternative repository, you can change the url by running honey source [repo_url]. The repository must be running the EPM server.

  • Run honey login to authenticate against Envato API.

  • Run honey check-purchase [purchase_code] or honey purchase [purchase_code] to verify one of your purchases, given the purchase code.

  • Run honey check-sale [purchase_code] or honey sale [purchase_code] to verify one of your sales, given the purchase code.

  • Run honey archive to create a zip archive with the current folder. It will use version and name from package.json or from the .env file (from the current folder). You can add a .honeyignore file to ignore files and folders.

Contributing

Feel free to open an Issue or send me a direct message.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details.