0.0.5 • Published 5 years ago

@jumpmind/openpos-client-core-lib-cli v0.0.5

Weekly downloads
180
License
MIT
Repository
-
Last release
5 years ago

Openpos Schematics

This library include angular cli extensions for scaffolding OpenPos components.

After installing the package to your project run the appropriate command below. If you have multiple modules you'll need to change your directory to the root directory for the module you want to add the component to.

ng g @jumpmind/openpos-client-core-lib-cli:screen will generate a new screen component

ng g @jumpmind/openpos-client-core-lib-cli:dialog will generate a new dialog component

ng g @jumpmind/openpos-client-core-lib-cli:screen-part will generate a new screen-part component

Note - these schematics will add theme.scss files for each component but it doesn't add the '_' prefix to the file name and it doesn't include the mixin anywhere. You'll need to do both of those things manually.

Note - if you adding to the core you'll need to fix a couple imports from the core