You can use the start.sh
script to clone startpilot
as extension with any name. Simply use the following shell command in the root of your project where your composer.json file is located. Replace "myext" at the end of the line with the name of the extension you want to create.
curl https://raw.githubusercontent.com/misterboe/startpilot/master/start.sh > start.sh && sh start.sh --extname myprovider --vendor myvendor --package mypackage
This script is tested on MAC OSX.
System environment:
- npm
- gulp
- bower
- To Benjamin Kott and his Bootstrap Package
- To Georg Ringer for the start.sh script