~skiqqy/skelly

f25a8ec9c136a94b8900da10d0262a0d52397d6d — Stephen Cochrane 1 year, 10 months ago a7555a1
Updated README
1 files changed, 15 insertions(+), 14 deletions(-)

M README.md
M README.md => README.md +15 -14
@@ 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: