From 8afe100b738e3ea01cc244d1da6c031c29710281 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Sun, 22 Feb 2015 19:26:50 +0100 Subject: [PATCH] Docs for scrap command. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1b11ab6..9dedcf2 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,15 @@ This will include things like configuration for testing tools, Travis CI, and au This will clone the given Git repository to the `bar` directory and install its dependencies. +### Remove a package + +Sometimes you want to throw away a package. +You can do so with the `scrap` command, passing a path for a Studio-managed package: + + studio scrap foo + +Don't worry - you'll be asked for a confirmation first. + ## Contributing Feel free to send pull requests or create issues if you come across problems or have great ideas.