You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more in-depth discussion around #73 and subsequent CLI PRs:
Features
scaffolding (with template support for libraries/tests/components/theme)
dev server
static building
publishing
design system linting
snapshot/render diffing
image publishing
svg publishing
Arch
The heavy lifting of the CLI should live in logical, separate packages in the packages dir. This will allow for the libraries to be used for other usecases and app contexts. The cli dir in root will server more as the UI for the CLI itself.
The text was updated successfully, but these errors were encountered:
For more in-depth discussion around #73 and subsequent CLI PRs:
Features
Arch
The heavy lifting of the CLI should live in logical, separate packages in the
packages
dir. This will allow for the libraries to be used for other usecases and app contexts. Thecli
dir in root will server more as the UI for the CLI itself.The text was updated successfully, but these errors were encountered: