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

https://github.com/endykaufman/srcgen


https://github.com/endykaufman/srcgen

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# srcgen

[![Greenkeeper badge](https://badges.greenkeeper.io/EndyKaufman/srcgen.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/EndyKaufman/srcgen.svg?branch=master)](https://travis-ci.org/EndyKaufman/srcgen)
[![npm version](https://badge.fury.io/js/srcgen.svg)](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
```