Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shannah/generator-cn1-spring-app
Yeoman generator for a Codename One Spring Client-Server application
https://github.com/shannah/generator-cn1-spring-app
Last synced: about 1 month ago
JSON representation
Yeoman generator for a Codename One Spring Client-Server application
- Host: GitHub
- URL: https://github.com/shannah/generator-cn1-spring-app
- Owner: shannah
- Created: 2016-07-29T19:38:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-29T19:45:11.000Z (over 8 years ago)
- Last Synced: 2024-01-29T17:03:47.899Z (11 months ago)
- Language: JavaScript
- Size: 4.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yeoman Generator for Codename One Spring Apps
This project contains a generator for a Codename One Spring application. The application template is located [here](https://github.com/shannah/codenameone-spring-template).
## Requirements
You must have the following installed and in your environment Path
1. Yeoman
2. Ant
3. Git## Usage
~~~~
$ yo cn1-spring-app myapp
~~~~This will create your codename one spring application project in a directory "myapp".
## More
See the [wiki](https://github.com/shannah/codenameone-spring-template/wiki) for the [Codename One Spring Template](https://github.com/shannah/codenameone-spring-template) for more information.