Unofficial node client for PO Editor API
- Node v18.16.0+
npm i @xplora-uk/poeditor-client
See ./example/index.js
npm i
src/
__tests__/
component/ component tests
index.ts main file that exports features of this library
npm run build
You can run tests with/without coverage info.
npm run test:coverage
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