Skip to content
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

Global CLI, init command #29

Open
jaredpalmer opened this issue Jan 18, 2017 · 3 comments
Open

Global CLI, init command #29

jaredpalmer opened this issue Jan 18, 2017 · 3 comments

Comments

@jaredpalmer
Copy link
Owner

  • Make a globally installable CLI Like CRA's that never needs to be upgraded as it is just a wrapper around the latest version of backpack-core.
  • Add backpack init command with template
@ghost
Copy link

ghost commented Jul 13, 2017

Could this be aligned with the new yarn create feature? https://yarnpkg.com/blog/2017/05/12/introducing-yarn/

Sure, it will be pleasant to work with only for yarn users, but it will also eliminate issues with globally installed packages.

@hawkins
Copy link

hawkins commented Jul 27, 2017

yarn create effectively just runs yarn global add create-${args[1]} && create-${args[1]} ${...args[2:]}, so it should be just fine for non yarn users to just npm i -g create-backpack-app && create-backpack-app my-app.

Has anything happened on this issue since it was marked in progress? I'd be interested to start the effort and contribute that if it hasn't been started already.

@hawkins
Copy link

hawkins commented Jul 27, 2017

Nevermind, looks like this has started on #34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants