grommet / grommet-cli

Deprecated, use create-react-app for v2 instead. Command Line interface for grommet
Apache License 2.0
28 stars 18 forks source link

npm install by default is painful #7

Closed tyrjo closed 7 years ago

tyrjo commented 7 years ago

Trying to use grommet-cli to build a project that is going to run in a container. Just running grommet-cli to create a sample project ends up npm installing all the sample application dependencies on my local system. However, the next step is to copy the sample application source to a container, which will do its own npm install of the application dependencies.

I'd like grommet-cli to ONLY npm install its requirements needed to copy the template files into place...then let me run npm install of the app requirements separately.

alansouzati commented 7 years ago

fair request. I will add an option to skip install.

alansouzati commented 7 years ago

Fixed by https://github.com/grommet/grommet-cli/commit/74e5a5ffbeb4493265ed0b77aaa7452657c7ebef.

grommet-cli 1.1.0 released