Skip to content

fritzdacat/startpilot

 
 

Repository files navigation

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

About

Typo3 Provider Extension to start a project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 83.2%
  • PHP 11.8%
  • HTML 3.7%
  • Other 1.3%