Closed Jarreddebeer closed 1 year ago
Nice, the examples repo is also coming together. I will push it in a day or 2 and update the PR with those details. 👍
Here is the repo for examples -> https://github.com/JayaKrishnaNamburu/jspm-templates
I can move it under jspm org. And we can add commands like degit <repo-url> output
@JayaKrishnaNamburu thanks for sharing! Were you planning on adding a readme to the repos? I think that would be useful to guide the full process.
Yes, and a little bit of more info on how to extend them and made be i coming days add new templates for deno, node too
Thanks for the PR. The website is being fully reworked for the CLI launch now.
Just a first draft for the changes related to the hackaton, this primarily adds in headers that are intended to contextualise the various use cases. These don't yet include references to the sample projects which @JayaKrishnaNamburu JayaKrishnaNamburu created.
Also I was wondering if in the JSPM starter repo we could add chomp as a dev dependency to the package.json so that users can simply do an
npm install && chomp build --serve
without needing to install globally or go the cargo route at that stage