@@ 2,6 2,20 @@
A standalone project init system.
+## Usage
+
+> Simply run:
+```
+$ skelly help
+```
+
+## Quickstart
+
+To jump right in:
+```
+$ skelly new PROJECTNAME LANGUAGE LICENSE
+```
+
## Description
Skelly solves the problem of setting up the skeleton files and directory layout
@@ 37,6 51,7 @@ is for.
By default skelly ships with:
* `init_sh` -> Init any shell script (bash, sh etc).
* `init_c` -> Init a C project.
+* `init_java` -> Init a java (maven) project.
#### Local Productions
@@ 105,20 120,6 @@ Earlier I said,
Skelly will always defer to local productions before script productions,
that is a script production is used __iff__ a local production cannot be found.
-## Usage
-
-> Simply run:
-```
-$ skelly help
-```
-
-## Quickstart
-
-To jump right in:
-```
-$ skelly new PROJECTNAME LANGUAGE LICENSE
-```
-
## Commands
> Simply run: