srcgen
Version:
Generate any source for any language and any frameworks from templates with Node JS
35 lines (23 loc) • 722 B
Markdown
# srcgen
[](https://greenkeeper.io/)
[](https://travis-ci.org/EndyKaufman/srcgen)
[](https://badge.fury.io/js/srcgen)
Generate any source for any language and any frameworks from templates with Node JS
Make you custom templates, for scaffolding and fast build basic modules for you application
## Examples
```bash
Coming soong...
```
## Installation CLI
```bash
npm install srcgen -g
```
## Tests
```bash
npm test
```
## Usage
```bash
cd project_folder
srcgen
```