https://github.com/nooqta/word-kodyfire
Generate ms word document based on a template using kodyfire
https://github.com/nooqta/word-kodyfire
generator kodyfire msword word-document
Last synced: 3 months ago
JSON representation
Generate ms word document based on a template using kodyfire
- Host: GitHub
- URL: https://github.com/nooqta/word-kodyfire
- Owner: nooqta
- License: mit
- Created: 2022-07-14T16:10:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T18:22:49.000Z (about 2 years ago)
- Last Synced: 2025-01-18T12:47:23.097Z (4 months ago)
- Topics: generator, kodyfire, msword, word-document
- Language: TypeScript
- Homepage:
- Size: 720 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to word-kodyfire 👋

[](https://github.com/nooqta/kodyfire#install-a-kody)
[](https://github.com/nooqta/kodyfire/blob/main/LICENSE)
[](https://twitter.com/anis\_marrouchi)> Generate a MS Word document based on a template document using Kodyfire cli
### 🏠 [Homepage](https://github.com/nooqta/kodyfire)
## Requirements
word-kodyfire requires the kodyfire-cli to be installed
```sh
npm install -g kodyfire-cli
```
## Install```sh
npm install word-kodyfire
```## Usage
### 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:
```sh
kody generate word concept
```
### Method 2: As a kody project
Refer to the kodyfire __[generate your artifact](https://github.com/nooqta/kodyfire#generate-your-artifact)__ section.
Once your project is initialized and ready for kody, run the following command to generate your README.
```sh
kody run -s kody-word.json
```## Run tests
```sh
TODO
```## Author
👤 **Anis Marrouchi**
* Website: https://noqta.tn
* Twitter: [@anis\_marrouchi](https://twitter.com/anis\_marrouchi)
* GitHub: [@anis-marrouchi](https://github.com/anis-marrouchi)
* LinkedIn: [@marrouchi](https://linkedin.com/in/marrouchi)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/nooqta/word-kodyfire/issues).
## Show your support
Give a ⭐️ if this project helped you!
## Credits
word-kodyfire uses [ocxtemplater](https://github.com/open-xml-templating/docxtemplater) by [open-xml-templating](https://github.com/open-xml-templating)
## 📝 License
Copyright © 2022 [Anis Marrouchi](https://github.com/anis-marrouchi).
This project is [MIT](https://github.com/nooqta/kodyfire/blob/main/LICENSE) licensed.
***
_This README was generated with ❤️ by [readme-kodyfire](https://github.com/nooqta/readme-kodyfire)_