Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-leroux/asciishaman
A pure JavaScript implementation of the AsciiDoc document language for Node.
https://github.com/s-leroux/asciishaman
Last synced: about 1 month ago
JSON representation
A pure JavaScript implementation of the AsciiDoc document language for Node.
- Host: GitHub
- URL: https://github.com/s-leroux/asciishaman
- Owner: s-leroux
- License: apache-2.0
- Created: 2021-01-24T15:06:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-05T14:26:42.000Z (over 3 years ago)
- Last Synced: 2024-10-05T00:48:03.720Z (3 months ago)
- Language: JavaScript
- Size: 217 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Asciishaman
===========[![Build Status](https://travis-ci.org/s-leroux/Asciishaman.png?branch=main)](https://travis-ci.org/s-leroux/Asciishaman)
A pure JavaScript implementation of the AsciiDoc document language for Node.
Run the tests
=============npm test
Sample usage
===========export URL_DOC="https://raw.githubusercontent.com/asciidoctor/asciidoctor-community-docs"
wget "${URL_DOC}/main/README.adoc" -O sample.adoc
bin/asciishaman sample.adoc > sample.html
firefox sample.htmlLicense
=======Starting with Asciishaman 0.0.1, this software is provided under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).
Previous versions were released under the terms of the GPLv3.0 or later license.Copyright (c) 2021 Sylvain Leroux