fools 1.0.2
fools: ^1.0.2 copied to clipboard
Fools start.
Documentation • Developer Blog • GitHub Repo • Pub.dev
The fool doth think he is wise, but the wise man knows himself to be a fool. - William Shakespeare
This CLI populates the .github/prompts
folder with helpful prompts because we are all fools and forget the syntax of the tools we use 🃏
Installation #
dart pub global activate fools
copied to clipboard
Setup #
fools start
copied to clipboard
Usage #
In the Copilot Chat panel of VS Code, you can reference the FoolScript prompts by typing #
followed by the prompt name. For example:
#fools-cli.prompt.md
copied to clipboard
Tip
VS Code will suggest prompts as soon as you start typing and will use smart matching to find the prompt you are looking for. Instead of typing "fools-cli", you could type "fc" or "cli".
Development #
dart run bin/fools.dart start
copied to clipboard