The voxa-flow CLI is a command-line interface designed to simplify various tasks related to project management and development environments. With a set of commands, users can initiate projects, make HTTP requests, manage stories and tasks, and perform various development-related activities.
To set up voxa-flow, follow these steps:
- Clone the repository to your local machine using
git clone https://github.com/AryanBhirud/voxa
- Run
npm init -y
to setup the project. - Install all dependancies using
npm install
- Create a
.env
file and add your database configurations. - Run SQL scripts to setup the following tables:
- users
- user_stories
- comments
- tasks
- task_assignments
- velocity-tracking
- sprints
- sprint-tasks
- Run
npm i -g .
to install voxa-flow. - Run
voxa --help
for more information on the commands.