https://github.com/devzstudio/tefy
👨💻 Tefy generates template file with strings replaced
https://github.com/devzstudio/tefy
hacktoberfest
Last synced: about 1 year ago
JSON representation
👨💻 Tefy generates template file with strings replaced
- Host: GitHub
- URL: https://github.com/devzstudio/tefy
- Owner: Devzstudio
- Created: 2020-07-09T12:54:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T07:07:14.000Z (almost 5 years ago)
- Last Synced: 2025-04-11T21:08:08.969Z (about 1 year ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 88.9 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README

# 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.