0.1.4 • Published 1 year ago

dewy_ts v0.1.4

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Typescript/Javascript Dewy SDK

Installing

  1. Install the library
npm install dewy_ts
  1. Connect to a Dewy instance
import { Dewy } from 'dewy_ts';
const dewy = new Dewy({endpoint: “localhost:3000”})

For more information about how to use Dewy, see the README in the main repo.

Cutting a new release

  1. Setup development environment
    npm install
  2. Run the Dewy service
    docker run dewykb/dewy
  3. Regenerate the client library
    npm run generate-client
  4. Recompile Typescript
    rm -rf dist && npx tsc
  5. Publish to npm (You probably want to bump the version number in package.json first)

    npm publish --access public
0.1.2

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago