0.1.6 • Published 5 years ago

stix-generator v0.1.6

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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.

0.1.6

5 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago