Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 812 Bytes

readme.md

File metadata and controls

22 lines (16 loc) · 812 Bytes

Startpilot - Typo3 provider extension with some basics

How to use:

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

Thanks