UNPKG
@infinum/plop-next-ts-generators
Version:
beta (0.0.1-4)
latest (2.0.0)
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
0.0.1-5
0.0.1-4
0.0.1-3
0.0.1-2
0.0.1-1
0.0.1-0
Next.js generators
@infinum/plop-next-ts-generators
/
tests
/
helpers
/
plopfile.js
9 lines
(7 loc)
•
145 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
init =
require
(
'../../index'
);
/** *
@param
{
import("plop").NodePlopAPI
}
plop
*/
module
.
exports
=
function
main
(
plop
) {
init
(plop); };