Skip to content

hiqdev/composer-asset-plugin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Composer Asset Plugin

Composer plugin for bower/npm assets

Latest Stable Version Total Downloads Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Dependency Status

This Composer plugin installs bower and npm dependencies using native npm and native bower or PHP bower.

Basic Usage

In your composer.json:

"extra": {
    "bower-dependencies": {
        "jquery": "*"
    },
    "bower-devDependencies": {
        "qunit": "*"
    },
    "npm-dependencies": {
        "grunt": "0.4.*"
    }
}

License

This project is released under the terms of the BSD-3-Clause license. Read more here.

Copyright © 2015-2016, HiQDev (http://hiqdev.com/)

Acknowledgments

This package shares the idea with koala-framework/composer-extra-assets.

About

Composer plugin for bower/npm assets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages