An open API service indexing awesome lists of open source software.

https://github.com/sinchang/template-fastify-plugin

Scaffolding out a fastify plugin template
https://github.com/sinchang/template-fastify-plugin

fastify plugin sao template

Last synced: 2 months ago
JSON representation

Scaffolding out a fastify plugin template

Awesome Lists containing this project

README

          

# template-fastify-plugin

[![NPM version](https://img.shields.io/npm/v/template-fastify-plugin.svg?style=flat)](https://www.npmjs.com/package/template-fastify-plugin)
[![NPM downloads](https://img.shields.io/npm/dm/template-fastify-plugin.svg?style=flat)](https://www.npmjs.com/package/template-fastify-plugin)

> Scaffolding out a fastify plugin template

## Usage

Install [SAO](https://github.com/egoist/sao) first.

```bash
yarn global add sao
# or
npm i -g sao
```

### From npm

```bash
sao fastify-plugin my-project
```

### From git

```bash
sao sinchang/template-fastify-plugin my-project
```

## License

Licensed under [MIT](./LICENSE)