dart_ng 0.0.1 copy "dart_ng: ^0.0.1" to clipboard
dart_ng: ^0.0.1 copied to clipboard

Dart 1 only

A sample command-line application.

dart-ng #

A basic command-line application for AngularDart that try to emulate ng from package @angular/cli (typescript)

Activate from github :

pub global activate --source git https://github.com/alescdb/dart-ng

Activate from sources :

pub global activate --source path .

Deactivate package :

pub global deactivate dart_ng

Usage :

dart-ng <component|pipe|service> <name>

eg create a component HelloWorldComponent :

shell> dart-ng component helloWorld

Upper Name : HelloWorld, Lower Name : helloworld
Create directory : helloworld
Writing template : lib\helloworld\helloworld.html
Writing template : lib\helloworld\helloworld.dart
Writing template : lib\helloworld\helloworld.scss
0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

A sample command-line application.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

More

Packages that depend on dart_ng