Gut the old code entirely and replace it with a real "framework" #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves org-issues#9
Changes:
See the updated README for all the finer details of what the projects would look like. Also see the examples folder for some tests of me messing around with features. This is mostly an Express wrapper with some project structure conventions and a few extra features sprinkled in. Some key features are:
Still needs to have the build script made into a proper CLI tool though
Marking this as a draft for now just in case there's any major issues, but I don't think there are. Basically everything in terms of building is handled by
tsup, only a minimal Express app is hand-generated by the build script. I'm quite happy with where it's at and personally think this is more than usable for a v1 (technically v2, but who's counting) release.