-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add npm initializer package #635
Comments
This sounds cool, but just wondering what this adds on top of something like Or (and this might be the best approach) - should we drop |
This would just add a npm "industry standard" alias to |
I'd rather keep only the project scaffolding feature, that's a great thing to easily create a project that just works. As suggested, users could run it without even having to install the CLI globally with |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
By the looks of it, |
What problem would this feature solve?
npm supports custom initializers to ease up setuping a package. If we add a package named
@frctl/create-fractal
, that could be used vianpm init @frctl/fractal
. This would essentially allow users to use thefractal new
command without installing the@frctl/fractal
package globally.What the feature should look like?
Add a package named
@frctl/create-fractal
that does the same internal things thatfractal new
cli command does.The text was updated successfully, but these errors were encountered: