Skip to content

Devzstudio/Tefy

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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