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

9 lines
193 B
JavaScript
Raw Permalink 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,
2021-10-24 04:18:18 +02:00
) => {
plop.setGenerator("service", serviceGenerator)
2021-10-24 04:18:18 +02:00
}