agile-coach-phrase-gen
v1.0.1
Published
An npm that generates random agile coach phrases
Readme
Random Phrases Generator
This is a simple NPM package that generates random phrases from a predefined list of things Agile Coaches might say
Installation
To install the package, clone the repository and run:
npm install agile-coach-phrase-genUsage
You can use the getRandomPhrase function from the package to get a random phrase. Here’s how to do it:
- Import the function in your TypeScript or JavaScript file:
import { getRandomPhrase } from 'random-phrases';- Call the function to get a random phrase:
const phrase = getRandomPhrase();
console.log(phrase);Example
An example of how to use the package can be found in the example.js file. You can run the example with:
node example.jsLicense
This project is licensed under the MIT License.
