mts-booking-library
v3.0.11
Published
Library for using MyTicketSolution Booking API
Readme
Publish
npm inpm version patchgit push && git push --tagsnpm publish
Test
npm install && npm run test
Linting
npm run lint
Will run ESLint on the project.
npm run lint:quiet
Will run ESLint on the project, but will ignore warnings.
npm run lint:fix
Will run ESLint on the project, fixing the errors that can be fixed automatically.
