https://github.com/nikiforovall/generator-ng-sf
yeoman based generator for angularjs / webpack / es6 / salesforce
https://github.com/nikiforovall/generator-ng-sf
Last synced: 21 days ago
JSON representation
yeoman based generator for angularjs / webpack / es6 / salesforce
- Host: GitHub
- URL: https://github.com/nikiforovall/generator-ng-sf
- Owner: NikiforovAll
- Created: 2017-10-11T22:10:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T23:02:36.000Z (over 7 years ago)
- Last Synced: 2025-03-13T09:51:26.775Z (about 1 month ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generator-ng-sf [![NPM version][npm-image]][npm-url]
> yeoman generator for angular-sf-seed based on [angular-sf-seed](https://github.com/vladborsh/angular-sf-seed)## Installation
First, install [Yeoman](http://yeoman.io) and generator-ng-sf using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
npm install -g generator-ng-sf
```Then generate your new project:
```bash
yo ng-sf
```To generate component:
```bash
yo ng-sf:component
```
The following parts will be generated:
```|_
|_component.html
|_component.ctrl.js
|_component.js
```
To generate feature:
```bash
yo ng-sf:feature
```
The following parts will be generated:
```|_
|_routes.js
|_controller.js
|_index.js
|_view.html
```
## LicenseISC © [NikiforovAll]()
[npm-image]: https://badge.fury.io/js/generator-ng-sf.svg
[npm-url]: https://www.npmjs.com/package/generator-ng-sf