# docs remade!
# import from a folder instead of a git repo
$ glitcx -clone-folder https://abcd.com/abcd abcd
# edit a file in a terrible shell editor
$ glitcx -edit file_to_edit
# delete and add to .env
$ glitcx [-env-add | -env-del ] variable value
# delete the entire project and import from github (may require refresh)
$ glitcx -git-clone-app user repo
# enter glitcx commandline
$ glitcx -glitcx-commandline
# get help
$ glitcx -help
# nodify project
$ glitcx -nodify
# delete the entire project
$ glitcx -delete
# uninstall glitcx
$ glitcx -uninstall
# zip entire project
$ glitcx -zip-it
# install securely from npm or pip
$ glitcx -secure-[npm | pip] package
# ex. glitcx -secure-npm package
# install from glitcx store (fancier npm, pip, and snap) (beta)
# menu by oToGamez
$ glitcx -glitcx-store
other stuff: normal hacking on glitcx
- _glitcx/_init is the init script for glitcx
- _glitcx/_cl-args is the command executed after a command (glitcx -glitcx-commandline)
- _glitcx/_commands/-env-add is useful, check whats in it!
licensed under CC BY-SA.