2017 © Pedro Peláez
 

project project-installer

Installation package for all your composer specific projects.

image

thehilkiah/project-installer

Installation package for all your composer specific projects.

  • Thursday, July 5, 2018
  • by hilmak01
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Overview

This package, 'project-installer' is created to easy the process of creating a new git repository from the command-line. Sometimes these git repositories are not submited to Packagist, so you can't really run those using composer require. This will make it easy to do so, (*1)

Requirements

To use this command you need to have composer installed on your machine. Instructions are here: https://getcomposer.org/download/, (*2)

Also, although not required, since you are dealing with git, it is best to use Git-Bash for these commands, especially if you are running Windows. To download, head over to https://git-scm.com/, (*3)

Installation

At the command prompt type (or just copy and paste the line):, (*4)

    composer global require thehilkiah/project-installer dev-master --prefer-source

This will install the "inst" command on the composer global space. When prompted follow the instructions to complete., (*5)

!!!IMPORTANT!!!

After installation, go to lib/packages and add all repositories you wish to run using this command, (*6)

Usage

Just type the following command to start the cloning process:, (*7)

   inst

If you wish to specify a directory to speed things up just replace <dir> below with the name of the directory you wish to clone your new repository into., (*8)

    inst <dir>

By default, this command will first check if there is a newer version of this install and automatically install it. To skip this processs, you can issue a skip flag to the command to skip updating, (*9)

    inst <dir> --skip

Or, in short,, (*10)

    inst <dir> -s

Other flags you can use are:, (*11)

   --help, or -h            show this page, or a help section for this 'skw' command
   --default or -d          run 'inst' command faster, using all the defaults at each prompt

Authors

  • Hilkiah Makemo hilmak01@github.com

License

Copyright (c) 2018, , (*12)

The Versions

05/07 2018

dev-master

9999999-dev

Installation package for all your composer specific projects.

  Sources   Download

MIT

by Hilkiah Makemo

05/07 2018

2.1.x-dev

2.1.9999999.9999999-dev

Installation package for all your composer specific projects.

  Sources   Download

MIT

by Hilkiah Makemo

05/07 2018

2.0.x-dev

2.0.9999999.9999999-dev

Installation package for all your composer specific projects.

  Sources   Download

MIT

by Hilkiah Makemo

05/07 2018

1.0.x-dev

1.0.9999999.9999999-dev

Installation package for all your composer specific projects.

  Sources   Download

MIT

by Hilkiah Makemo