Skip to content

Commit

Permalink
chore: remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
dipendraupreti committed Aug 22, 2024
1 parent 59ede2e commit 67efd55
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,18 @@ This yeoman generator helps set up a library. The library is designed as a monor
The generator includes a child generator that helps generate a Fastify plugin as one such package in the library.

## Generators
- **app**: sets up a new library as a monorepo
- **fastify-plugin**: sets up a fastify plugin within the monorepo
- **app**: sets up a new library as a monorepo
- **fastify-plugin**: sets up a fastify plugin within the monorepo

## Requirements
- [yo](https://github.com/yeoman/yo)
- [yo](https://github.com/yeoman/yo)

To install `yo` globally, run:

```bash
npm install -g yo
```


## Usage

### Generate the monorepo
Expand Down

0 comments on commit 67efd55

Please sign in to comment.