j-d-carmichael / boats

Beautiful Open Api Template System
MIT License
57 stars 8 forks source link

Windows Support #49

Closed TomFreeman closed 3 years ago

TomFreeman commented 3 years ago

Slightly mega PR adding support for both windows, and debugging in vscode.

If necessary, I could unpick the debugging changes, or submit them separately.

Highlights of changes:

Tested on windows 10, and ubuntu.

j-d-carmichael commented 3 years ago

In general, it looks great and thanks again for the effort and commitment!

There was a PR that came in just before yours which is now tested and released, if your could merge in these changes as there appears to be a few conflicts.

The dev mode in the cli is cool, but unless i'm mistaken there needs to be an entry in the .npmignore for that to work.

Other than that, it looks good!

TomFreeman commented 3 years ago

Have resolved the merge conflicts and updated the npm ignore. Seems the built package still works.

j-d-carmichael commented 3 years ago

All merged and released @TomFreeman - thank you for the effort, much appreciated!