0.1.6 • Published 8 years ago

generator-sflightning v0.1.6

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

generator-sflightning

Lil Jon

About

Generator for Salesforce Lightning Components

Installation

# Make sure both are installed globally
npm install -g yo
npm install -g generator-sflightning

Setting up projects

# Create a new directory, and `cd` into it:
mkdir my-new-project && cd my-new-project

Generating new apps

# Run the app generator
yo sflightning Car 'Drives you from A to B'
# ...or you can call it without params, to get prompted for the name and description...
# yo sflightning

Generating new components

# After setup of course :)
# cd my-new-project
# Run the component generator
yo sflightning:component Engine 'Powers the car'
# ...or you can call it without params, to get prompted for the name and description...
# yo sflightning:component
0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago