0.8.3 • Published 8 years ago

generator-fayde v0.8.3

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

Fayde Generator

Yeoman generator for Fayde Applications.

Install generator-fayde globally.

npm install -g generator-fayde

Generate Fayde Application

# Create a directory and scaffold
$ mkdir <new directory>
$ cd <new directory>
$ yo fayde

# Launch
$ gulp serve

Generate View Model

# Create a view model named TestViewModel in ViewModels directory.
$ yo fayde:vm Test

Generate Page

Issue the following command to create a page called "Home" with a Title of "Page Title". Generator will place page in the Views directory.

# Create a page with title "Page Title" in Views directory.
$ yo fayde:page Home "Page Title"

Generate View

Issue the following command to create a XAML view called "Testing". Generator will prompt for root UIElement to use and place in the Views directory.

# Create a xaml view named Testing in Views directory.
# You will be prompted for root UIElement type.
$ yo fayde:view Testing
0.8.3

8 years ago

0.8.2

9 years ago

0.8.1

9 years ago

0.8.0

9 years ago

0.7.0

9 years ago

0.6.3

9 years ago

0.6.2

9 years ago

0.6.1

9 years ago

0.6.0

9 years ago

0.5.3

9 years ago

0.5.2

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.13

10 years ago

0.1.12

10 years ago

0.1.11

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.0

10 years ago