Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avh4/lifeline-galaxy


https://github.com/avh4/lifeline-galaxy

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

To use the archetype,

# Choose a project name
read -p "Project name: " PROJECT
# Clone this template
git clone https://github.com/archetypes/java-1.6.git "$PROJECT"
cd "$PROJECT"
# Set the project properties (edit properties.yaml)
${EDITOR:=nano} properties.yaml
# Initialize the template
./init.rb