zetagraph / monoset

Drupal 8 theme
92 stars 33 forks source link

Added composer.json #20

Closed drugan closed 7 years ago

drugan commented 7 years ago

@zetagraph Hi! Please add composer.json to your repo as it allows us to install monoset and receive updates using composer.

For example, install drupal with dependencies:

composer create-project drupal-composer/drupal-project:8.x-dev some-dir --stability dev --no-interaction && cd some-dir

Add monoset repo to repositories config:

composer config repositories.monoset vcs https://github.com/zetagraph/monoset

Add monoset to require config and download it to themes/contrib:

composer require zetagraph/monoset

Update monoset to the latest commit:

composer update zetagraph/monoset

See more: drupal repo full blown drupalcommerce profile

I have a lot of ideas on your project so it would be much simpler to develop them with composer package manager.

(Кстати — классная тема!)

zetagraph commented 7 years ago

@drugan thanks for this. Have been out of it for a while and it can definitely be improved in few places. Composer is great, so I am all for it. Спасибо!