Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T07:55:41.000Z (about 2 years ago)
- Last Synced: 2024-11-19T12:03:28.934Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 214 KB
- Stars: 1
- Watchers: 3
- 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.