-
Notifications
You must be signed in to change notification settings - Fork 214
compatibility with npm init #244
Comments
@alexkrolick Thanks for the pointer - it would be nice to have this, as a convenience wrapper for degit. I can personally see the value in this for a Sapper application, which has a fair amount of initial structure. However, this is probably the wrong repository for it, so moving to the Sapper repository. |
You can create a Svelte project using |
sounds good to me! |
Why is this not featured in the Sapper landing page? This is a pretty nice way to start |
@CodingCreate101 Things that are listed on the Sapper landing page are things that we can officially maintain and support. I agree it's a nice way to start, but it's a risk to put things that are not under our control onto an official site, especially for something this core. This isn't to say it will never happen, however. |
As an alternative to
degit
,npm
now supports a template in the init command.https://docs.npmjs.com/cli/init
Usage could look like this
EDIT: Actually it looks like @eps1lon already made the package that does this. IMO this should be upstreamed and documented as the default. https://github.com/eps1lon/create-sapper-app
The text was updated successfully, but these errors were encountered: