docker-to-iac Available Commands

The following commands are currently supported:

  • npm run build
    • Will build the module and create output files inside dist/ direcotry.
  • npm run lint
    • Will run eslint command. ESLint is also run as part of GitHub action test for new pull request on the default main branch.
  • npm run test
    • Runs the tests defined in the test/test.ts file. The tests are also part of the GitHub action pipeline for new pull requests into main.
  • npm run semantic-release

View all commands config from package.json.