JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q41188F
  • License MIT

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

Package Exports

  • srcgen

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (srcgen) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

srcgen

Build Status

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

Coming soong...

Installation CLI

$ npm install srcgen -g

Tests

$ npm test

Usage

$ cd project_folder
$ srcgen    

Release History

  • 0.2.0
    • Change method for run script with ext "#.js"
    • Remove from all dynamic javascript extracted from templates and "#.js" files
  • 0.1.5
    • Add support show version info, sample
    $srcgen -V
    > 0.1.5
  • 0.1.4
    • Change run javascript code for prompt attributes
    • Include node libs inquirer, path, utils, objectPath when run javascript for prompt attributes
  • 0.1.3
    • Fix error when templates not found
  • 0.1.2
    • Add cli mode support
  • 0.1.0
    • Initial release