2
1
mirror of https://github.com/Thream/api.git synced 2024-07-21 03:38:31 +02:00
api/plopfile.js

9 lines
192 B
JavaScript
Raw Normal View History

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