Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thesurenk/sling-starters
Pre-built code using Apache Sling Maven Archetypes for developers to get started quickly
https://github.com/thesurenk/sling-starters
Last synced: 6 days ago
JSON representation
Pre-built code using Apache Sling Maven Archetypes for developers to get started quickly
- Host: GitHub
- URL: https://github.com/thesurenk/sling-starters
- Owner: thesurenk
- License: apache-2.0
- Created: 2016-12-25T23:52:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-26T22:10:13.000Z (about 8 years ago)
- Last Synced: 2024-12-15T01:02:25.886Z (14 days ago)
- Language: Java
- Size: 346 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sling Starters Project
Pre-built code using Apache Sling Maven Archetypes for developers to get started quickly# Modules
The project is organized in two main groups
## Modules with PreBuilt code
These are quick starters that you may clone/download thes folders, build and deploy them directly to Apache Sling. You may also extend them by adding mire functionality.
* [Sling HTML5 Boilerpalte (sling-html5boilerplate)]()
* [Sling HTML5UP (sling-html5up)]()
* [Sling Multisite (sling-multisite)](https://github.com/ksurendra/sling-starters/tree/master/sling-multisite/slingmultisite)
* [Sling Webapp (sling-webapp)]()Please refer to individual modules' README file for installation and usage details.
## Archetypes
These are for more advanced users. Archetypes allow us to build a specific project structure
* [Multimodule](https://github.com/ksurendra/sling-starters/tree/master/sling-maven-archetypes/multimodule)
The above are an extension of the [maven archetypes](http://sling.apache.org/site/maven-archetypes.html) provided by Apache Sling. You may also [check the codebase](http://sling.apache.org/site/maven-archetypes.html) of these archetypes.