ng-touch
v0.0.3
Published
Create angular 2 components with html and css files at the SAME TIME!
Maintainers
Readme
ng-touch
A simple commandline tool for creating angular 2 components, templates and style sheets all in one go.
Usage
ng-touch src/app_component.dartThis will create three files in the src/ subdirectory. It will also create the directory. It will create a file based off the given name, a matching file, but with a .css extension and a matching file with a .html extension.
