fermyon / spin-js-sdk

https://developer.fermyon.com/spin/javascript-components
Apache License 2.0
49 stars 17 forks source link

Add ci sdk v2 #239

Closed karthik2804 closed 3 months ago

karthik2804 commented 3 months ago

This PR adds prettier for code formatting as well as creates a test app that currently does nothing more than just build and return simple responses. It lays the foundation to add tests as HTTP routers once fetch is enabled in a similar fashion to the older SDK.

PS: most of the changes are from prettier for consistent formatting.