2.0.0-alpha.6 • Published 3 years ago

@terun/cli v2.0.0-alpha.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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/

2.0.0-alpha.3

3 years ago

2.0.0-alpha.4

3 years ago

2.0.0-alpha.5

3 years ago

2.0.0-alpha.6

3 years ago

2.0.0-alpha.0

3 years ago

2.0.0-alpha.1

3 years ago

2.0.0-alpha.2

3 years ago

1.2.7

3 years ago

1.2.5

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.1-alpha.0

4 years ago

1.2.0

4 years ago

1.1.8

4 years ago

1.1.8-alpha.0

4 years ago

1.1.7-alpha.0

4 years ago

1.1.6-alpha.0

4 years ago

1.1.5-alpha.0

5 years ago

1.1.4-alpha.0

5 years ago

1.1.3-alpha.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago