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

vulcan start #8

Open
SachaG opened this issue Aug 1, 2017 · 4 comments
Open

vulcan start #8

SachaG opened this issue Aug 1, 2017 · 4 comments

Comments

@SachaG
Copy link
Collaborator

SachaG commented Aug 1, 2017

Like we discussed in the Slack, it'd be great to have a vulcan start command that could be used instead of meteor, meteor run, or the current npm start (which is equivalent to meteor --settings settings.json).

In addition to the --settings flag, it'd be great to use the package_dirs variable to set up local package development.

Maybe when the user sets up the command line for the first time (or creates their first Vulcan project), they could be prompted with something like where would you like to store VulcanJS packages for local development? (default: ~/VulcanJS)?

Once this is done, we'll be able to split the repo in two: VulcanJS/Starter, which will contain the examples but not packages, and VulcanJS/Vulcan which only contains packages (and no .meteor directory). This should make getting started a lot easier without making it too hard to access Vulcan core code either.

@SachaG
Copy link
Collaborator Author

SachaG commented Aug 1, 2017

Oh and another requirement for vulcan start would be that it pass on any other flag/variable (--port, MONGO_URL, etc.) to meteor run.

@albancrommer
Copy link
Collaborator

Started at #13 with commit 480301b

@mechanical-turk
Copy link
Member

implemented & merged.

@albancrommer
Copy link
Collaborator

Most of the logic is in 9d9a75b

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

3 participants