Skip to content

DataMincer/project-bundle-set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Composer default template for DataMincer bundle set project

This project template provides a starter kit for managing your project dependencies with Composer.

This repository contains the base set of packages pre-installed:

Usage

First you need to install composer.

Note: The instructions below refer to the global composer installation. You might need to replace composer with php composer.phar (or similar) for your setup.

After that you can create the project:

$ composer create-project datamincer/project-bundle-set bundles-foobar --no-interaction --repository https://datamincer.github.io --stability dev
$ cd some-dir

With composer require ... you can download new dependencies to your installation. For instance, to install crowdanki plugins:

$ composer require datamincer/crowdanki

The same way you can install others bundles in bundles subdirectory:

$ composer require datamincer/bundle-anki-css3colors --repository https://datamincer.github.io

What does the template do?

When installing the given composer.json some tasks are taken care of:

  • You get fully configured composer.json with DataMincer repository set up.
  • Bundles will be installed under bundles automatically (they are composer packages with type = datamincer-bundle)

About

DataMincer: Bundle Set project template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published