Skip to content

Commit

Permalink
Merge pull request #8 from joshuaGlass808/dev
Browse files Browse the repository at this point in the history
Removing large dependency
  • Loading branch information
joshuaGlass808 authored Jun 10, 2020
2 parents 19f1331 + 0209720 commit d28d9b8
Show file tree
Hide file tree
Showing 4 changed files with 746 additions and 4,046 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
[![Total Downloads](https://poser.pugx.org/scf/simple-command-framework/downloads)](//packagist.org/packages/scf/simple-command-framework)

# Simple Command Framework
scf is a simple, small, lightweight command framework. It comes with a command to help boilerplate the creation of more commands.
This was inspired by Laravels Artisan command and the Symfony Command line packages as well. I set out to
try and make my own cli helper, but with no dependencies outside of php / testing. Due to that scf has missing features compared to large supported frameworks.
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!.

### 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
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
]
},
"require-dev": {
"phpunit/phpunit": "^9.2",
"orchestra/testbench": "^5.3"
"phpunit/phpunit": "^9.2"
}
}
Loading

0 comments on commit d28d9b8

Please sign in to comment.