kurierjs / kurier

TypeScript framework to create JSON:API compliant APIs
https://kurier.readthedocs.io/en/latest/
MIT License
61 stars 9 forks source link

Javascript hello world example #261

Closed jnfrati closed 2 years ago

jnfrati commented 3 years ago

I'm trying to do a simple CLI for initializing projects with Kurier, based on what is posted on this discussion, I wanted to know if anyone can make a simple Hello World app to be used as a template to initialize the project with no typescript.

joelalejandro commented 3 years ago

Hi there @jnfrati!

We now have a JavaScript Starter Pack 🚀 The quickest way to use it for now is via GitHub CLI:

gh repo create my-api -p kurierjs/kurier-starter-pack-javascript

Hopefully the files included there can help you shape up a Kurier CLI :D