Naming
Alongside the month and version numbers the Automation Kit for Power Platform uses a code name tag each release.
Generation Process
- Install node dependencies
npm install @criblinc/docker-names
- Add the following node sample as file named index.mjs
import {generateName} from '@criblinc/docker-names'
const dockerName = generateName();
console.log(dockerName);
- Run the sample
node index.mjs