@xplora-uk/poeditor-client
v1.1.1
Published
Unofficial node client for PO Editor API
Downloads
12
Readme
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