CLI for manipulating data used on the website and managing users. Make sure to be added first by the Super User ([email protected]).
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-cli
bun install
bun run build
Run the following command inside the project folder:
npm link
This 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-cli
If 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