pandastrike / panda-sky

Publish HTTP APIs to the Web just like static sites!
MIT License
4 stars 0 forks source link

Move Helpers to Separate Library and Use Newest CS in 101 Example #125

Closed freeformflow closed 7 years ago

freeformflow commented 7 years ago

I moved the "sky-helpers" to a separate library that uses the ES7 async-await and import new hotness. That's now pulled in during the init command, instead of the entire Panda Sky library. I updated the init example to use CoffeeScript since that's what I'm using for testing. It now uses async-await and import as well. It's starting to look more tidy.