Execute Flogram commands directly from your terminal.
- Clone this repository:
git clone git@github.com:Flogram/PackageManager.git - Navigate to the repository:
cd PackageManager - Install the package globally with
npm install -g .to enable command access across your entire system.
flo init- Initializes a Flogram Project. Sets up your folder and integrates version control.flo run <filepath> <procedure> --args- Executes a Flogram function from a specified module path, with optional arguments.flo signupRegisters a Flogram account on our online hub, offering streamlined project version control tailored for Flogram projects.flo login- Logs into your existing account for access to libraries and a simplified process for tracking and making changes.flo logout- Logs out of your Flogram account.flo install- Installs all necessary library packages.flo install <package>- Installs a specific<package>in your library.flo push- Uploads changes made to a library for collaborative development and access by other developers.