Provides client and server implementations of ACME (RFC 8555) in TypeScript. It enables you to build solutions that provide complete and robust certificate lifecycle management.
Install Lerna
npm install -g lerna
Install Yarn
npm install -g yarn
yarn
lerna create name-project
Install module/project in all projects
lerna add name-module-or-project
Install module/project in one project
lerna add name-module-or-project --scope=@peculiar/acme-client
To remove a module from project, you must delete an entry in the package.json
lerna run build --since name-branch