A module that helps you generate modules and controllers easily using Stix CLI.
yarn add stix-generator
or npm i stix-generator
import { ModuleManagerConfigInterface } from 'Stix';
import Generator from 'stix-generator';
export const modules: ModuleManagerConfigInterface = [
...
Generator,
];
- A bunch
- Copy "templates" directory to dist on build (otherwise the templates will be the transpiled versions)
MIT.