1.1.1 • Published 1 year ago

@xplora-uk/poeditor-client v1.1.1

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

poeditor-client

Unofficial node client for PO Editor API

requirements

  • Node v18.16.0+

usage

npm i @xplora-uk/poeditor-client

See ./example/index.js

maintenance

installation

npm i

code

src/
  __tests__/
    component/      component tests
  index.ts          main file that exports features of this library

build

npm run build

tests

You can run tests with/without coverage info.

npm run test:coverage

publish

It is important to increment version number using semantic versioning in package.json and re-create package-lock.json

# https://docs.npmjs.com/cli/v9/commands/npm-login
# using a member in xplora-uk
npm login

# https://docs.npmjs.com/cli/v9/commands/npm-publish
npm publish --access public
1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago