Skip to content

🔩 A stix module providing code-generators for the CLI.

License

Notifications You must be signed in to change notification settings

SpoonX/stix-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🔩 A stix module providing code-generators for the CLI.

Resources

License

Stars

Watchers

Forks

Packages