saberland/saber




Do you want to work on this issue?
You can request for a bounty in order to promote it!
Allow the generator to use templates from GitHub #130
egoist posted onGitHub
<!-- Please don't delete this template or we'll close your issue -->
<!-- Before creating an issue please make sure you are using the latest version of Saber. -->
Feature request
<!-- Please ask questions via following several ways. -->
<!-- https://chat.saber.land/ -->
<!-- https://stackoverflow.com/questions/ask?tags=saberjs -->
What problem does this feature solve?
Create a Saber app using custom template
What does the proposed API look like?
npm init site my-site --template user/my-saber-starter
We should also add a saber create
command which maps to npm init site
or yarn create site
How should this be implemented in your opinion?
N/A
Are you willing to work on this yourself?
Yes.