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

feat: add create package for simpler project init #235

Merged
merged 23 commits into from
Sep 22, 2022

Conversation

chrispcampbell
Copy link
Contributor

Fixes #228

See issue for more details. This adds a new @sdeverywhere/create package that works in conjunction with npm create so that you can now type:

npm create @sdeverywhere

It walks the user through a series of steps to automate the process of setting up a new project that uses SDEverywhere, so you can go from Vensim mdl to library / app / model-check in a few seconds.

As part of this, there are two new packages, template-default and template-minimal under the examples directory. These are used as templates by the create package. We could possibly add others later to cover different use cases.

Here's a screenshot:

Screen Shot 2022-09-21 at 10 25 25 PM

/cc @ToddFincannon

@chrispcampbell
Copy link
Contributor Author

I'll be merging this as is so that I can publish the initial versions of the create and plugin-config packages and do some testing to make sure they work as intended.

@chrispcampbell chrispcampbell merged commit daaa0b0 into main Sep 22, 2022
@chrispcampbell chrispcampbell deleted the chris/228-create-package branch September 22, 2022 05:46
@ToddFincannon ToddFincannon mentioned this pull request Oct 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add create package for simpler project init
1 participant