git diff --no-prefix > [path file name]
patch -p0 < [path file name]
# GET VERSION | |
npm -v (or --version) | |
# GET HELP | |
npm help | |
npm | |
# CREATE PACKAGE.JSON | |
npm init | |
npm init -y (or --yes) |
Dear all Github friends,
I moved this gist to the Github repository.
Following this repository https://github.com/nijicha/install_nodejs_and_yarn_homebrew
<?php | |
// place as .ddev/scripts/newContentElement.php | |
/** | |
* Markus Hofmann | |
* 07.07.21 15:39 | |
* typo3-default-sitepackage | |
*/ | |
$classLoader = require __DIR__.'/../../vendor/autoload.php'; |
Since I need a TYPO3 test environment from time to time, I use these bash scripts for the automatic installation and removal of TYPO3. The installation script currently supports TYPO3 versions 10, 11, 12, 13 and dev.
I have stored the scripts under:
~/.shellscripts/typo3/
I use the following aliases: