@lawsafrica/indigo-akn
v5.6.0
Published
Akoma Ntoso support libraries for the Indigo platform.
Downloads
242
Readme
indigo-akn
Akoma Ntoso support libraries for the Indigo platform, including:
- base GrammarModel class
- html to AKN XML utilities
Published on npmjs.com.
Installation
Install with
npm install @lawsafrica/indigo-akn
Running tests
- Install dependencies:
npm install
- Run tests:
npm test
Releasing a new version
- Make your changes.
- Update the version in package.json, according to semver.org
- Commit and merge to master via a Pull Request.
- Tag and release a new version through GitHub.
- GitHub will publish to npmjs.com automatically.
License
Copyright 2020 Laws.Africa.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see https://www.gnu.org/licenses/.