Skip to content

a project template management GUI tool for developers, made with Electron

Notifications You must be signed in to change notification settings

angelplusultra/templix

Repository files navigation

Templix

A project template management GUI tool for developers, made with React + Electron.

Step 1: Tell Templix where your template directory is located

Step 2: Customize Templates with custom titles, descriptions, and tags

Step 3: Use a template by telling Templix where you would like to copy over the directory, then open with your favorite text-editor or terminal emulator

Recommended IDE Setup

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