unbounce / iidy

iidy (Is it done yet?) -- CloudFormation with Confidence
MIT License
52 stars 7 forks source link

Refactor module structure etc #154

Closed tavisrudd closed 5 years ago

tavisrudd commented 6 years ago

It was time to split src/cfn/index up and clean up the lazy loading logic in src/cli (now renamed to src/main.ts.

tavisrudd commented 6 years ago

@jpb I've addressed the issues you found.

jpb commented 6 years ago

Looks pretty good – the only outstanding thing I would like to see done is to reorganize the cli-*.ts files into an actual cli module.

tavisrudd commented 5 years ago

@jpb I've moved the top level cli-* modules into a subdir src/cli and rebased on master again

tavisrudd commented 5 years ago

Going with a merge commit on this one, given the size of the branch.