gaunt-sloth-assistant
Version:
[](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml) [ {
program
.command('init')
.description('Initialize the Gaunt Sloth Assistant in your project. This will write necessary config files.')
.addArgument(new Argument('<type>', 'Config type').choices(availableDefaultConfigs))
.action(async (config) => {
await createProjectConfig(config);
});
}
//# sourceMappingURL=initCommand.js.map