https://github.com/spoonx/stix-generator
:nut_and_bolt: A stix module providing code-generators for the CLI.
https://github.com/spoonx/stix-generator
Last synced: 5 months ago
JSON representation
:nut_and_bolt: A stix module providing code-generators for the CLI.
- Host: GitHub
- URL: https://github.com/spoonx/stix-generator
- Owner: SpoonX
- License: mit
- Created: 2018-10-23T07:11:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T07:55:41.000Z (over 3 years ago)
- Last Synced: 2025-03-29T04:12:56.305Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 214 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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
```typescript
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.