asset-packagist

Asset Packagist
授权协议 BSD-3-Clause License
开发语言 JavaScript
所属分类 Web应用开发、 常用JavaScript包
软件类型 开源软件
地区 不详
投 递 者 微生令雪
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Asset Packagist

Scrutinizer Code Quality

Composer

Composer + Bower + NPM = friends forever!

This package is the core part of https://asset-packagist.org/ project.

Asset Packagist allows installation of Bower and NPM packages as nativeComposer packages.

NO plugins and NO Node.js are required.

Installation

You don't need to install anything to use Asset Packagist!

If you want to setup your own version of Asset Packagistplease see installation instruction at hiqdev/asset-packagist.dev

Usage

List required packages like the following:

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

And add these lines:

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

More information can be found on about page.

License

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

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

Acknowledgments

This project uses Francois Pluchino's composer-asset-plugin to convert Bower and NPM packages to composer format.

 相关资料
  • Asset Pipeline 本文介绍 Asset Pipeline。 读完本文,你将学到: Asset Pipeline 是什么以及其作用; 如何合理组织程序的静态资源; Asset Pipeline 的优势; 如何向 Asset Pipeline 中添加预处理器; 如何在 gem 中打包静态资源; 1 Asset Pipeline 是什么? Asset Pipeline 提供了一个框架,用于连

  • AspNet.Mvc.AssetVersioning Adds a UrlHelper.VersionedContent URL extension helper to append SHA256 hash to content URLs in ASP.NET MVC 5. Install Install-Package AspNet.Mvc.AssetVersioning Usage In Vi

  • NPM/Bower Dependency Manager for Composer The Composer Asset Plugin allows you to manage project assets (css, js, etc.) in your composer.jsonwithout installing NPM or Bower. This plugin works by trans

  • Ember Asset Loader Provides experimental support for the Asset Manifest RFC and Asset Loader Service RFC. Usage Ember Asset Loader does three primary things: Provides a base class to easily generate a

  • pwa-asset-generator ✨ Automates PWA asset generation and image declaration. Automatically generates icon and splash screen images, favicons and mstile images. Updates manifest.json and index.html file

  • Hexo 本地图片插件可以转换图片相对路径 为 asset_img,使用本插件即可实现 Typora 等 Markdown 编辑器预览与 Hexo 发布预览均能正常显示图片。 使用 npm install hexo-asset-img --save hexo-typora├── apppicker.jpg├── logo.png└── rules.jpghexo-typora.md Make su