0.0.10 • Published 3 years ago

ttmpl v0.0.10

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

ttmpl

Simple code generator based on EJS

Usage

npx ttmpl <template-name> <output-path> [-- key=value ...]

The template files have to be placed in .ttmpl folder which can be either in the repository or in your $HOME folder. The template name can be any file name or folder name in .ttmpl.

my-project
├── .ttmpl
│   ├── simple-component.tsx.ejs
│   └── new-component
│       ├── index.tsx.ejs
│       ├── styles.scss.ejs
│       ├── index.test.tsx.ejs
│       └── index.stories.tsx.ejs
└── src
    └── components
0.0.10

3 years ago

0.0.9

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago