@terun/cli
TypeScript icon, indicating that this package has built-in type declarations

2.0.0-alpha.6 • Public • Published

Terun

Netlify Status

Terun is a template generator to any purpose. Create code from template files and reduces the difficult to increase the project with big architecture.

yarn global @terun/cli

Getting start

Create your config file:

module.exports = {
    commands: {
        example: {
            args:["EntityName"],
            transports: [
                {
                    from: 'from.terun',
                    to: 'to.html'
                }
            ]
        }
    }
};

Define your template independente of language:

class {{EntityName | capitalize}}Entity{
    constructor(){}
}

Run on terminal terun transport example:

class PersonEntity{
    constructor(){}
}

Documentation

Here: https://terun.netlify.com/

Readme

Keywords

none

Package Sidebar

Install

npm i @terun/cli

Weekly Downloads

2

Version

2.0.0-alpha.6

License

MIT

Unpacked Size

113 kB

Total Files

157

Last publish

Collaborators

  • raphaelkielingtondin