Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 484 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 484 Bytes

open-bus-stride-client

Source code for https://www.npmjs.com/package/open-bus-stride-client

  • Actual client code is under /lib directory
  • Generator code is under /generator directory

To run the generator yourself

  • Clone the project
  • Make sure Docker is installed on your machine (follow these steps to install)
  • Run make gen
  • Fresh client is generated into lib :)
  • Publish client: npm login && cd lib && npm publish

Enjoy