Gulp is a cross-platform, streaming task runner that lets you automate many development tasks. At a high level, gulp reads files as streams and pipes the streams to different tasks. to use Gulp, you need to first install the gulp dependencies package and add the gulpfuke.js file into the root of the project. [crayon-675c57aeab127866674653/] Above
composer/installers is for PHP package authors to require in their composer.json. It will install their package to the correct location based on the specified package type. website: Example of the composer.json file in the template folder add the following code to the root of the template folder with the correct name and update the type to
In order to use git Check git version Command: git -version If not install, add it to your server (Centos) sudo yum install git-all Create local Repository: Command: git init Add all file to your local git command: git add -u * Commit them to your local repository command git commit <file> -m “some comment”