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 lernaInstall Yarn
npm install -g yarnyarnlerna create name-projectInstall module/project in all projects
lerna add name-module-or-projectInstall module/project in one project
lerna add name-module-or-project --scope=@peculiar/acme-clientTo remove a module from project, you must delete an entry in the package.json
lerna run build --since name-branch