codevex
v0.1.1
Published
Effortless Code Sharing
Downloads
4
Readme
Codevex
A CLI for fetching modules seamlessly.
Codevex is designed to help developers quickly fetch code modules directly from the terminal. Share your modules via unique IDs, and access them anywhere through a simple command.
Usage
To fetch a module, use the following command:
npx codevex get [moduleId]
Replace [moduleId]
with the unique ID of the module you want to download.
Example
npx codevex get 4D9BTBLfHr
This command will fetch and store the module with ID 4D9BTBLfHr
in a codevex
directory within your current directory. If the directory doesn't already exist, it will be created automatically before the download.
Creating Modules
Currently, modules can only be created via codevex.dev. Visit the website to easily create and manage your code modules before sharing them with others.
Website
For more information, visit codevex.dev