Official CLI client for JSCrates
⚗️ This project is still in development and we need your feedback to improve upon.
npm i https://github.com/jscrates/cli -g
jscrates -v
Note: Prebuilt Docker images will be available soon.
git clone https://github.com/jscrates/cli
cd cli
docker build -t jscrates-cli:latest .
Before you can run the image, create a directory where the CLI can store its config.
mkdir $HOME/.jscrates
Now you can run the image.
docker run -e HOME=/tmp -v $HOME/.jscrates/docker:/tmp/.jscrates -it --rm jscrates-cli:latest
unload
Downloads the specified package(s) from official repository of JSCrates.
jscrates unload <packages>
jscrates unload physics [email protected]
jscrates unload @jscrates/cli @jscrates/[email protected]
publish
Have a package that you want to share with the world? This command will help you publish any JSCrates project and make it available for anyone to use it.
This command requires you to set or open the terminal in your project directory.
jscrates publish
Found a bug or application not working as expected? Please file an issue
Team JSCrates (c) 2021