adrienrn / dotfiles

:black_circle: - Yet another dotfiles repository
Apache License 2.0
1 stars 1 forks source link

Bower #6

Open adrienrn opened 7 years ago

adrienrn commented 7 years ago

Let's make an alias / script / something command-line to work with bower dependencies by making symlinks across the filesystem after a bower install replacing installed directory by a local working copy.

adrienrn commented 7 years ago

Can't remember this command...

~ $ bower cache clean

Add some alias? Composer-like?

adrienrn commented 7 years ago

For info, composer command is like:

~ $ composer help clear
Usage:
  clear-cache
  clearcache

Options:
  -h, --help                     Display this help message
  -q, --quiet                    Do not output any message
  -V, --version                  Display this application version
      --ansi                     Force ANSI output
      --no-ansi                  Disable ANSI output
  -n, --no-interaction           Do not ask any interactive question
      --profile                  Display timing and memory usage information
      --no-plugins               Whether to disable plugins.
  -d, --working-dir=WORKING-DIR  If specified, use the given directory as working directory.
  -v|vv|vvv, --verbose           Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Help:
 The clear-cache deletes all cached packages from composer's
 cache directory.