Installation
CLI Installation
To install the FoolScript CLI, use the following command:
dart pub global activate fools
Once installed, run the following command in any repo to populate the .github/prompts
folder with the FoolScript prompts:
fools start
Manual Installation
Navigate to the FoolScript docs repository and copy the contents of the .github/prompts folder into your project’s .github/prompts
folder.