Skip to content

🏥 AsciiDoc Editor built with Electron and Asciidoctor.js.

License

Notifications You must be signed in to change notification settings

tbreuss/asciitron

Repository files navigation

Asciitron

Asciitron is a simple Desktop AsciiDoc Editor built with Electron and Asciidoctor.js.

Asciitron

Prerequisites

Third Party Software

Development

Clone this repository

git clone https://github.com/tbreuss/asciitron.git

Go into the repository

cd asciitron

Install dependencies

npm install

Run the app

npm start

Build & Release

Build the application for Mac, Windows and Linux using Electron Builder.

npm run release

Build and release the application on Github Releases.

GH_TOKEN=MY_GITHUB_TOKEN npm run release

License

CC0 1.0 (Public Domain)

Suggestions

Any suggestions? Open an issue.