UNPKG

srcgen

Version:

Generate any source for any language and any frameworks from templates with Node JS

35 lines (23 loc) 722 B
# 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 ```