jquave / tasty

🍦 Simple and sweet Deno Web Framework for building simple APIs and Websites
22 stars 5 forks source link

Update to use deps.ts and test_deps.ts dependency files. #5

Closed eight-molecules closed 4 years ago

eight-molecules commented 4 years ago

This brings in the deps.ts pattern, and a separate test_deps.ts package for test-only imports. Also updates to use non-versioned std imports.

Included is a change to the example to use the local tasty version. I would argue that the readme example is a better place to list out the core repo import, but am totally open to undoing that and possibly bringing in some folder structure for some cleanup.

eight-molecules commented 4 years ago

@jquave if you're happy with these changes and want to see my concept for a folder structure, please check out https://github.com/gelliott181/tasty/tree/improve-structure and lmk if you're interested.

jquave commented 4 years ago

@jquave if you're happy with these changes and want to see my concept for a folder structure, please check out https://github.com/gelliott181/tasty/tree/improve-structure and lmk if you're interested.

Go ahead and make a PR including the changes if you don't mind. This seems a lot cleaner to me. Thank you for your this and the deps changes, looks great 👍