0.1.6 • Published 6 years ago

stix-generator v0.1.6

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago