CLI for manipulating data used on the website and managing users. Make sure to be added first by the Super User (acm@javeriana.edu.co).
Before using this CLI, ensure you have the following installed:
- Bun (Required for package management and building the project)
- Node.js (Recommended version: LTS)
- Git (For cloning the repository)
Since this CLI will not be published on npm, you need to clone the repository and link it globally using npm link. Follow these steps:
git clone https://github.com/CapituloJaverianoACM/acm-cli.git
cd acm-clibun installbun run buildRun the following command inside the project folder:
npm linkThis will create a global symlink, allowing you to use the CLI anywhere on your system.
To confirm that the CLI is correctly installed, run:
acm-cliIf the command executes successfully, the setup is complete.
If you want to remove the global link, run:
npm unlink -g acm-cli- Sebastian Galindo. @TalkySafe143
- Adrian Ruiz. @adrianrrruiz
- Salomon Avila @SalomonAvila