0.0.3 • Published 4 years ago

@wisi-tv/okami-api v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

@wisi-tv/okami-api@0.0.3

This generator creates TypeScript/JavaScript client that utilizes redux-query. The generated Node module does not depend on ReactJS specifically.

It can be used in both TypeScript and JavaScript. In TypeScript, the definition should be automatically resolved via package.json. (Reference)

Building

To build and compile the typescript sources to javascript use:

npm install
npm run build

Publishing

First build the package then run npm publish

Consuming

navigate to the folder of your consuming project and run one of the following commands.

published:

npm install @wisi-tv/okami-api@0.0.3 --save

unPublished (not recommended):

npm install PATH_TO_GENERATED_PACKAGE --save