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
{{ message }}
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.
Angular 2 CLI has a feature that it might be helpful for
electric-cli
. It provides a way to generate files from command line. For example:ng g component
- Generates all configurations and files to get a component running.ng g directive
- Generates all configurations and files to get a directive running.We can create tasks like:
electric g layout
;electric g doc-page
;electric g blog-page
;The text was updated successfully, but these errors were encountered: