Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 1.23 KB

README.md

File metadata and controls

67 lines (43 loc) · 1.23 KB

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.