0.0.17 • Published 6 years ago

beer-api-ts-client v0.0.17

Weekly downloads
1
License
Unlicense
Repository
-
Last release
6 years ago

beer-api-ts-client@0.0.16

This generator creates TypeScript/JavaScript client that utilizes Fetch API. The generated Node module can be used in the following environments:

Environment

  • Node.js
  • Webpack
  • Browserify

Language level

  • ES5 - you must have a Promises/A+ library installed
  • ES6

Module system

  • CommonJS
  • ES6 module system

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

Building

To build an compile the typescript sources to javascript use:

npm install
npm run build

Publishing

First build the package than run npm publish

Consuming

navigate to the folder of your consuming project and run one of next commando's.

published:

npm install beer-api-ts-client@0.0.16 --save

unPublished (not recommended):

npm install PATH_TO_GENERATED_PACKAGE --save
0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago