https://github.com/endykaufman/srcgen
https://github.com/endykaufman/srcgen
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/endykaufman/srcgen
- Owner: EndyKaufman
- License: mit
- Created: 2017-01-18T06:41:18.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-02-13T12:02:11.000Z (over 7 years ago)
- Last Synced: 2025-03-29T17:37:23.394Z (2 months ago)
- Language: JavaScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```