Skip to content

Devzstudio/Tefy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Tefy

Tefy generates template file with strings replaced.

Β πŸ›  Installation

npm i -g tefy

πŸ‘¨β€πŸ’» Example:

tefy --template="./templates/Table.tsx" --output="./components/table/UsersTable.tsx" --COMPONENTNAME=UsersTable

βš™οΈ Options

--template Template file to select

--output Output file location

Other arguments that you pass will be searched on the template file and replace it with the new value. You can set {{COMPONENTNAME}} on the template file and pass --COMPONENTNAME=value via the CLI.

About

πŸ‘¨β€πŸ’» Tefy generates template file with strings replaced

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published