An open API service indexing awesome lists of open source software.

https://github.com/jelovirt/pdf-generator

DITA-OT PDF plug-in generator
https://github.com/jelovirt/pdf-generator

code-generator dita dita-ot dita-ot-plugin hacktoberfest nodejs

Last synced: about 1 year ago
JSON representation

DITA-OT PDF plug-in generator

Awesome Lists containing this project

README

          

# DITA-OT PDF plug-in generator ![Node.js CI] ![Netlify Status]

DITA-OT PDF plug-in generator is a TypeScript program that generates DITA-OT plug-ins that extend the default PDF2 plug-in.

## Development

1. Install dependencies
```sh
> nvm use
> npm install
```
2. Start development server
```sh
> npm start
```
Generator UI is available at http://localhost:1234.

### Testing

1. Run unit-tests
```sh
> npm test
```

## Distribution

1. Install dependencies
```sh
> nvm use
> npm install
```
2. Run distribution build
```sh
> npm run build
```
Distribution files are available in `dist` directory.

## Donating

Support this project and others by [@jelovirt](https://github.com/jelovirt) via [GitHub Sponsors](https://github.com/sponsors/jelovirt).

## License

DITA-OT PDF plug-in generator is licensed for use under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).

[netlify status]: https://api.netlify.com/api/v1/badges/55797fd8-f3be-41c7-b252-c52de60e3917/deploy-status
[node.js ci]: https://github.com/jelovirt/pdf-generator/workflows/Test/badge.svg