agile-coach-phrase-gen

1.0.1 • Public • Published

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-gen

Usage

You can use the getRandomPhrase function from the package to get a random phrase. Here’s how to do it:

  1. Import the function in your TypeScript or JavaScript file:
import { getRandomPhrase } from 'random-phrases';
  1. 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.js

License

This project is licensed under the MIT License.

Readme

Keywords

Package Sidebar

Install

npm i agile-coach-phrase-gen

Weekly Downloads

9

Version

1.0.1

License

MIT

Unpacked Size

2.77 kB

Total Files

5

Last publish

Collaborators

  • chromeshades