fastify-cli
Version:
Run a fastify route with one command!
30 lines (20 loc) • 551 B
Markdown
# __MY_PLUGIN__
[](http://standardjs.com/) 
Supports Fastify versions `3.x`
## Install
```
npm i __MY_PLUGIN__
```
## Usage
Require `__MY_PLUGIN__` and register.
```js
const fastify = require('fastify')()
fastify.register(require('__MY_PLUGIN__'), {
// put your options here
})
fastify.listen(3000)
```
## Acknowledgements
## License
Licensed under [MIT](./LICENSE).<br/>