Socket
Book a DemoInstallSign in
Socket

caaf

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caaf

CLI tool for minification, purification and optimization of HTML, JS, CSS and image assets

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

caaf

CLI tool for minification, purification and optimization of HTML, JS, CSS and image assets

Package version Downloads Standard Travis Build Standard Readme GitHub version Dependency CI License PRs Donate


Built with ❤︎ by Tiaan and contributors

Table of Contents

Table of Contents
  • About
  • Install
  • Usage
  • Contribute
  • License
  • About

    This basic CLI tool recursively walks a given directory and:

    It is intended to be run as a post script on static assets.

    Install

    $ npm install --global caaf
    # OR
    $ yarn global add caaf
    

    Usage

    After install run caaf.

    $ caaf
    

    This will optimize all assets in the current directory.

    You can also specify a input directory:

    $ caaf inputDir
    

    And output directory:

    $ caaf inputDir outputDir
    

    Contribute

    Contributions are welcome. Please open up an issue or create PR if you would like to help out.

    Note: If editing the README, please conform to the standard-readme specification.

    License

    Licensed under the MIT License.

    Icons made by Madebyoliver from www.flaticon.com is licensed by CC 3.0 BY

    Keywords

    minify

    FAQs

    Package last updated on 16 May 2017

    Did you know?

    Socket

    Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

    Install

    Related posts