# phpman > man > sprockets(1)

[SPROCKETS(1)](https://www.chedong.com/phpMan.php/man/SPROCKETS/1/markdown)                                User Commands                               [SPROCKETS(1)](https://www.chedong.com/phpMan.php/man/SPROCKETS/1/markdown)



## NAME
       sprockets - command line tool for Sprockets library.

       Sprockets  is  a  Ruby library for compiling and serving web assets.  It features declarative
       dependency management for JavaScript and CSS assets, as well as a powerful preprocessor pipe‐
       line that allows you to write assets in languages like CoffeeScript, Sass, SCSS and LESS.

## SYNOPSIS
       **sprockets** [_options_] _filename_ [_filename_ ...]

## DESCRIPTION
### -r --require
              Require the LIBRARY before doing anything

### -I --include
              Adds the directory to the Sprockets load path

### -o --output
              Copy provided assets into DIRECTORY

       **--css-compressor**=_COMPRESSOR_
              Use CSS compressor

       **--js-compressor**=_COMPRESSOR_
              Use JavaScript compressor

### --noenv
              Disables .sprocketsrc file

### -h --help
              Shows this help message

### -v --version
              Shows version



sprockets 2.10.0                            October 2013                                [SPROCKETS(1)](https://www.chedong.com/phpMan.php/man/SPROCKETS/1/markdown)
