Word templater

An simple Electron application with React and TypeScript for filling word file templates by data

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux

UI libs

UI is powered by shadcn/ui. For adding new ui component use script:

$ npm run ui:add -- component-name