Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 283 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 283 Bytes

axsemantics-js

A light wrapper around the AX APIs.

Install

npm install axsemantics

Use

No docs yet! Ask, and ye shall receive.

Development

npm install
# Make changes and commit
npm run lint
npm version [minor, patch]
npm run build
git push
npm publish