Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 509 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 509 Bytes

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.