0.0.6 • Published 3 years ago

ascii-diag-renderer v0.0.6

Weekly downloads
13
License
MIT
Repository
github
Last release
3 years ago

ASCII Diag

Build Status

Key Points

  • Draw ASCII diagrams using the browser
  • Render the diagrams to SVGs

Try it

Follow this link: https://danpersa.github.io/ascii-diag/

Run it locally

Requires NodeJS to be installed

  • git clone https://github.com/danpersa/ascii-diag
  • npm install
  • npm start

History of the project

I started this project as a learning project, in order to improve my TypeScript knowledge.

I got inspired by many projects which are rendering ASCII diagrams, like Markdeep, or ditaa.

On top of what Markdeep is doing I wanted to create an editor as well. And as opposed to ditaa which is a server side solution, I wanted a solution which works in the browser.

Contribution

We encourage everybody to contribute!

Contribution guidelines

  • Before adding new code, create a ticket or pick an existing ticket
  • Look for tickets tagged with "good first issue" to get started
  • Discuss the ticket with the maintainers
  • Follow the clean code principles
  • Write unit tests for each functionality you develop (TDD recommended)

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago