https://github.com/andrewstuart/generator-ng-portlet
uPortal Angular portlet generator
https://github.com/andrewstuart/generator-ng-portlet
Last synced: 10 months ago
JSON representation
uPortal Angular portlet generator
- Host: GitHub
- URL: https://github.com/andrewstuart/generator-ng-portlet
- Owner: andrewstuart
- License: apache-2.0
- Created: 2015-08-20T20:15:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-01T23:35:58.000Z (over 10 years ago)
- Last Synced: 2025-08-09T06:51:42.521Z (10 months ago)
- Language: JavaScript
- Size: 227 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [generator-ng-portlet](https://www.npmjs.com/package/generator-ng-portlet)
A quick generator for creating a portlet using Angular in such a way that
Angular will [remain a
good-citizen](https://github.com/Jasig/uPortal/blob/master/docs/USING_ANGULAR.md)
and will run with as little conflict as possible with other instances of Angular
portlets or portal skins.
If you choose to allow it, it will also automatically run `ant data-import` for
you with the new XML file (if created).
# Usage
```bash
npm install -g generator-ng-portlet yo;
cd ;
yo ng-portlet portlet-name;
```
## Note
Currently only works for simplejsp portlets.
This generator should automatically create a sipmlejsp portlet in the overlay
directory. If you confirm that it should scaffold support files, it will add the
required xml portlet-definition in the given location.