liquid-state / generator-ls-iwa

A yeoman generator for creating Liquid State Integrated Web Apps
MIT License
1 stars 0 forks source link

Scripting Enhancements/Features #6

Open Shard opened 5 years ago

Shard commented 5 years ago
elsimir commented 5 years ago

@Shard yarn start without an IWA does not seem useful? If you don't supply an iwa what does this do, start all of them? If we did that they would be on different ports which means you can't share localstorage and authentication status etc so this would seem to be of limited use.

yarn build [iwa] already exists just through a more wordy yarn build --scope entry-iwa as it is a lerna command and --scope always works.

Shard commented 5 years ago

The idea would be to use yargs or something very simple to give you a selection of which iwa to start/ and yea when it comes to this it's another case where it could be done now with yarn workspace entry-iwa start but i wanted to jot down some ideas Ive had to make the root yarn commands simple and straight forward.