JavaScript Web Service Clients for DigitalPersona Access Management
Library Maintainance
Recommended Tools
The recommended package manager is yarn. While npm
can also beused, it occasionally breaks and requires deleting the whole node_modules
folder and all lock files and reinstalling all packages.
The recommended IDE is Microsoft VS Code, with the folowing extensions:
The recommended local NPM registry is Verdaccio. It is very simple to install and configure, and it allows you to test publishing of NPM modules locally, without exposing your unfinished work to the whole world.