a cli for pylon
i am aware that the code is a mess, might change that someday
npm i @liamhtml/pylon-cli
once you have pylon on your discord server, run pylon init
to get started.
command | purpose | aliases |
---|---|---|
pylon help |
displays a help message | -h, --help |
pylon |
displays more information about a command | -h, --help |
pylon init |
locally creates a new project, grabs the code from your Pylon online editor, using this command will overwrite your locally saved code permanently, so be careful! | i |
pylon publish |
publishes all of your scripts to the Pylon editor, using this command will overwrite your Pylon editor code permanently, so be careful! | p |
pylon pull |
pulls the code of your project from the Pylon editor, using this command will overwrite your locally saved code permanently, so be careful! | none |
pylon version |
checks the current version of the cli you have installed | -v, --version |