@lawsafrica/indigo-akn
v5.8.0
Published
Akoma Ntoso support libraries for the Indigo platform.
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-aknRunning tests
- Install dependencies:
npm install - Build and run tests:
npm run build-test
npm run build-test regenerates dist/ before running the browser test suite. Use npm test only when dist/ is already up to date.
Releasing a new version
- Make your changes.
- Update the version in package.json, according to semver.org
- Commit and merge to main 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/.
