2
1
mirror of https://github.com/Thream/api.git synced 2024-07-12 15:50:11 +02:00
api/plopfile.js

9 lines
199 B
JavaScript
Raw Normal View History

2021-10-24 04:18:18 +02:00
const { serviceGenerator } = require('./generators/service/index.js')
module.exports = (
/** @type {import('plop').NodePlopAPI} */
plop
) => {
plop.setGenerator('service', serviceGenerator)
}