Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aboisvert/lift-template
My base template for building Lift applications with Apache Buildr
https://github.com/aboisvert/lift-template
Last synced: 10 days ago
JSON representation
My base template for building Lift applications with Apache Buildr
- Host: GitHub
- URL: https://github.com/aboisvert/lift-template
- Owner: aboisvert
- Created: 2009-12-04T22:30:51.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2009-12-04T23:32:13.000Z (almost 15 years ago)
- Last Synced: 2023-04-11T19:38:28.769Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 89.8 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Lift-Template
=============My base template for Lift apps + Buildr.
Equivalent in nature to,
mvn archetype:generate -U \
-DarchetypeGroupId=net.liftweb \
-DarchetypeArtifactId=lift-archetype-basic \
-DarchetypeVersion=1.0 \
-DremoteRepositories=http://scala-tools.org/repo-releases \
-DgroupId=com.liftworkshop \
-DartifactId=todo \
-Dversion=0.1-SNAPSHOTbut requires less typing and provides more awesome.
### Current Target ###
* Lift 1.1-SNAPSHOT
* Buildr 1.4.0 (trunk) + explode extension### License ###
Anything in this repository is either licensed under the terms of the Apache License
if it comes from Lift, or directly
donated to the public domain otherwise.