den 0.1.1 copy "den: ^0.1.1" to clipboard
den: ^0.1.1 copied to clipboard

outdatedDart 1 only

Den is a place for doing pub-related things, like updating your pubspec, from within the comfort and convenience of your own home (if your home is the command line).

den pub package Build Status #

Den is a place for doing pub-related things, like updating your pubspec, from within the comfort and convenience of your own home (if your home is the command line).

##Install

pub global activate den

##Usage

###Package Authors

Use the following as your package installation instructions in your README:

pub global activate den
den install <your package name>

###End Users

# Note: `den ...` requires Dart 1.7, on Dart 1.6 use `pub global run den ...`

# Install dependencies (defaults to '>={latest stable} <{next breaking}')
den install polymer browser
den install unittest --dev
den install polymer#any
den install git://github.com/owner/repo.git -sgit
den install git://github.com/owner/repo#ref -sgit
den install path/to/foo -spath

# Uninstall dependencies
den uninstall junk kludge

# Keep dependencies up-to-date

# Show outdated (all by deafult)
den fetch
den fetch polymer

# Update outdated to '>={latest stable} <{next breaking}' (all by default)
den pull
den pull polymer

# Install comprehensive TAB-completion for den
den completion install

# Complete commands, options, package names, etc.
den i[TAB] -> install
den install unit[TAB] -> unittest
den uninstall j[TAB] -> junk
den fetch p[TAB] -> polymer
den pull p[TAB] -> polymer

##Inspiration

den install was inspired by npm install --save and bower install --save den fetch and den pull were inspired by david and david update.

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Den is a place for doing pub-related things, like updating your pubspec, from within the comfort and convenience of your own home (if your home is the command line).

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ansicolor, contrast, path, pub_package_data, pub_semver, quiver, source_span, unscripted, yaml

More

Packages that depend on den