juicy-cli
v0.0.1
Published
Command line based e-liquid recipe calculator
Downloads
1
Readme
Juicy CLI
Command line based e-liquid recipe calculator
Installation
npm
npm install -g juicy-cli
Usage
Add a new recipe
juicy add <RecipeName>
Calulate a recipe
juicy make <RecipeName> --size <size-in-ml> --strength <nic-strength-in-mg> --pg <pg-percentage>
Delete a recipe
juicy delete <RecipeName>
TODO
- Settings for nicotine base
- Set component base in
add
command
License
Juicy CLI is open-sourced software licensed under the MIT license.