pos-schema
v1.0.9
Published
- Provides js class models which can be used to validate data according to the schema.
Readme
What is this repository for?
- Provides js class models which can be used to validate data according to the schema.
How do I get set up?
- Run
npm installto install dependencies - Run
npm run devto start the development server - Make the desired change on the files inside folder
/lib - Run
npm run buildto compile the code - Manually update the version in
package.json - Run
npm loginto login to npm. Skip this step if you are already logged in. - Run
npm publishto publish the package to npm.
