title: Creating a Git version controlled project

date: 2014-09-27 10:55:00

## Node project
npm init

## Node project via Grunt-init
grunt-init my-template

## Project via Yoman generator 
yo generator 

## Java project with Maven 
mvn new my-project

## Clojure project with Leiningen 
lein new my-project

## Scala project using Play framework
play new my-project

This work is licensed under a Creative Commons Attribution 4.0 ShareAlike License, including custom images & stylesheets. Permissions beyond the scope of this license may be available at @jr0cket
Creative Commons License