stix-generator
v0.1.6
Published
A stix module providing code-generators for the CLI
Downloads
4
Maintainers
Readme
stix-generator
A module that helps you generate modules and controllers easily using Stix CLI.
Installing
yarn add stix-generator
or npm i stix-generator
Setup
import { ModuleManagerConfigInterface } from 'Stix';
import Generator from 'stix-generator';
export const modules: ModuleManagerConfigInterface = [
...
Generator,
];
todo
- A bunch
- Copy "templates" directory to dist on build (otherwise the templates will be the transpiled versions)
License
MIT.