@xplora-uk/poeditor-client
v1.1.1
Published
Unofficial node client for PO Editor API
Downloads
3
Readme
poeditor-client
Unofficial node client for PO Editor API
requirements
- Node v18.16.0+
usage
npm i @xplora-uk/poeditor-clientSee ./example/index.js
maintenance
installation
npm icode
src/
__tests__/
component/ component tests
index.ts main file that exports features of this librarybuild
npm run buildtests
You can run tests with/without coverage info.
npm run test:coveragepublish
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