2017 © Pedro Peláez
 

yii2-extension asset-packagist

Asset Packagist

image

hiqdev/asset-packagist

Asset Packagist

  • Tuesday, May 29, 2018
  • by hiqdev
  • Repository
  • 17 Watchers
  • 168 Stars
  • 299 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 15 Forks
  • 17 Open issues
  • 6 Versions
  • 2 % Grown

The README.md

Asset Packagist

Latest Stable Version Total Downloads Build Status Scrutinizer Code Coverage Scrutinizer Code Quality, (*1)

Composer, (*2)

Composer + Bower + NPM = friends forever!

This package is the core part of https://asset-packagist.org/ project., (*3)

Asset Packagist allows installation of Bower and NPM packages as native Composer packages., (*4)

NO plugins and NO Node.js are required., (*5)

Installation

You don't need to install anything to use Asset Packagist!, (*6)

If you want to setup your own version of Asset Packagist please see installation instruction at hiqdev/asset-packagist.dev, (*7)

Usage

List required packages like the following:, (*8)

"require": {
    "bower-asset/bootstrap": "^3.3",
    "npm-asset/jquery": "^2.2"
}

And add these lines:, (*9)

"repositories": [
    {
        "type": "composer",
        "url": "https://asset-packagist.org"
    }
]

More information can be found on about page., (*10)

License

This project is released under the terms of the BSD-3-Clause license. Read more here., (*11)

Copyright © 2016-2018, HiQDev (http://hiqdev.com/), (*12)

Acknowledgments

This project uses Francois Pluchino's composer-asset-plugin to convert Bower and NPM packages to composer format., (*13)

The Versions