Asciitron is a simple Desktop AsciiDoc Editor built with Electron and Asciidoctor.js.
- Git (https://git-scm.com)
- NPM (https://www.npmjs.com)
- Ace (Ajax.org Cloud9 Editor)
- Asciidoctor.js
- Asciidoctor Stylesheet Factory
- Electron
- Highlight.js
- Photon
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 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
Any suggestions? Open an issue.