tsconfig-kodyfire v0.1.33
Welcome to tsconfig-kodyfire š
Generate a tsconfig file using Kodyfire.
š Homepage
Requirements
tsconfig-kodyfire requires the kodyfire-cli to be installed
npm install -g kodyfire-cliInstall
npm install tsconfig-kodyfireUsage
Method 1: As a generator
In order to generate your artifacts, run the generate command. The syntax is kody generate|g [kody] [concept]. If you ommit kody and concept the assistant will prompt you to select them. As an example, run the following command from your terminal:
kody generate react componentMethod 2: As a kody project
Refer to the kodyfire install a kody section.
Once your project is initialized and ready for kody,
generate your tsconfig concept using the kody ride command or manually. As an example, A declaration for a tsconfig concept might look like the following:
{
"name": "next",
"outputDir": ""
}After adding your concept(s) definitions, run the following command to generate your assets.
kody run -s kody-tsconfig.jsonAvailable concepts
tsconfig
Generates a tsconfig file
Params
nameenum - The tsconfig file configurationoutputDirstring - The output directory
Tsconfigs
Refer to this reference for a list of available tsconfig templates
š Future Features
- Update bases
- Add requested tsconfig
Run tests
TODOAuthor
š¤ Anis Marrouchi
- Website: https://noqta.tn
- Twitter: @anis_marrouchi
- GitHub: @anis-marrouchi
- LinkedIn: @marrouchi
š¤ Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Show your support
Give a āļø if this project helped you!
Credits
- bases for the tsconfig templates.
- ts-config An npm adaption for the original deno project
- kodyfire by nooqta The kodyfire generator.
š License
Copyright Ā© 2022 Anis Marrouchi.
This project is MIT licensed.
This README was generated with ā¤ļø by readme-kodyfire
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago