Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaGlass808 authored Jun 13, 2020
1 parent 27e634b commit ae76e3f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
![Build](https://github.com/joshuaGlass808/simple-command-framework/workflows/Build/badge.svg)
[![Latest Stable Version](https://poser.pugx.org/scf/simple-command-framework/v)](//packagist.org/packages/scf/simple-command-framework)
[![License](https://poser.pugx.org/scf/simple-command-framework/license)](//packagist.org/packages/scf/simple-command-framework)
[![Total Downloads](https://poser.pugx.org/scf/simple-command-framework/downloads)](//packagist.org/packages/scf/simple-command-framework)
![Build](https://github.com/joshuaGlass808/simple-command-factory/workflows/Build/badge.svg)
[![Latest Stable Version](https://poser.pugx.org/scf/simple-command-factory/v)](//packagist.org/packages/scf/simple-command-factory)
[![License](https://poser.pugx.org/scf/simple-command-factory/license)](//packagist.org/packages/scf/simple-command-factory)
[![Total Downloads](https://poser.pugx.org/scf/simple-command-factory/downloads)](//packagist.org/packages/scf/simple-command-factory)

# Simple Command Framework
scf is a simple, small, lightweight command framework. It comes with a command to help boilerplate the creation of more commands, and enough features to get more small tasks completed. Feel free to create issues / contribute!.
# Simple Command Factory
scf is a simple, small, lightweight command factory. It comes with a command to help boilerplate the creation of more commands, and enough features to get more small tasks completed. Feel free to create issues / contribute!.

### Quick Highlight
* I am using this in some current home projects I work on, so I will make sure to maintain package stablility starting at v1.0.0
* This was inspired by Laravels Artisan command and the Symfony Command line packages as well.

## Install:
```bash
# composer create-project scf/simple-command-framework <app>
composer create-project scf/simple-command-framework simple-command-framework
# composer create-project scf/simple-command-factory <app>
composer create-project scf/simple-command-factory simple-command-factory
# or
git clone https://github.com/joshuaGlass808/simple-command-framework.git
git clone https://github.com/joshuaGlass808/simple-command-factory.git

cd simple-command-framework/
cd simple-command-factory/
composer install
```

Expand Down

0 comments on commit ae76e3f

Please sign in to comment.