This project contains a script called fail3.js, which is a command-line interface (CLI) utility to
manage software projects. It allows you to initialize new projects and create sprints with a
specified scope.
- Initialize a new project with a specified name.
- Create a sprint with a specified scope.
To get started with fail3, follow these steps:
1. Clone the repository:
git clone git@github.com:failfa-st/fail3.git2. Change to the project directory:
cd fail33. Install the required dependencies:
npm install4. Configure environment variables:
The project requires the following environment variables:
OPENAI_API_KEY=
GITHUB_TOKEN=
GITHUB_OWNER=We provide a .env.example file, which should be copied to .env and filled in with the necessary
information.
GITHUB_TOKEN: Generate a token from https://github.com/settings/tokens?type=beta with write accessOPENAI_API_KEY: Generate a key by signing up at https://platform.openai.com/signupGITHUB_OWNER: Your GitHub username
