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
- Host: GitHub
- URL: https://github.com/sinchang/template-fastify-plugin
- Owner: sinchang
- License: mit
- Created: 2018-09-20T02:58:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T13:45:36.000Z (almost 8 years ago)
- Last Synced: 2026-04-13T12:05:45.087Z (2 months ago)
- Topics: fastify, plugin, sao, template
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-fastify-plugin
[](https://www.npmjs.com/package/template-fastify-plugin)
[](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)