A commandline installer to install the Basis framework. Both made for learning purposes.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Install the installer
composer global require donneh/basis-installer
Make new instance of the framework
php basis new projectname
This will install Basis in a directory with the given name!
This project is licensed under the MIT License - see the license.md file for details