Skip to content

maurotdo/cm14-skel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cm14-skel

Forkable Composer skeleton project for Codemotion 2014

  • Fork it on github
  • create and move to your working directory
    • mkdir <dirname>
  • configure upstream & pull it
    • git init
    • git remote add origin <your-fork>
    • git fetch
    • git pull origin master
  • Install vendors
    • composer update
  • Run tests
  • php bin/phpunit

About

Forkable Composer skeleton project for Codemotion 2014

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages