Optionally upload a file to a temporary upload site where it can be downloaded be the user and then automatically deleted(there exist sites that do that)
Upload a file to gist(glitch should have this)
Setup a prettier file
A new method to optimize storage by minifying libraries!
Give your project neat new features with our add-ons! These allows you to install utilities and languages or even frameworks without sudo! This is based off the Workman package manager software I created a few months ago.
We will release a beta version with a way to install NVM (Node Version Manager)!. Mention me in a reply if you would like us to add a package to our registry!
Running either of the above commands downloads a script and runs it. The script clones the nvm repository to ~/.nvm , and attempts to add the source lines from the snippet below to the correct profile file ( ~/.bash_profile , ~/.zshrc , ~/.profile , or ~/.bashrc ).
export NVM_DIR=“$([ -z “${XDG_CONFIG_HOME-}” ] && printf %s “${HOME}/.nvm” || printf %s “${XDG_CONFIG_HOME}/nvm”)”
[ -s “$NVM_DIR/nvm.sh” ] && . “$NVM_DIR/nvm.sh” # This loads nvm