Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.