@manasrose/codium
v1.1.9
Published
Codium
Readme
Codium CLI
A command-line tool to initialize and push projects to the Codium platform, inspired by Git.
Installation
To use the Codium CLI, you must install it globally from npm.
npm install -g @manasrose/codiumUsage
Before you begin, you need to log in to your Codium account.
codium loginLinks your local directory to a new repository on the Codium platform.
codium initStages a file for your next commit.
codium add <filename>Creates a local commit record with a message.
codium commit "Your commit message"Uploads your local commits and files to the remote repository.
codium push