Skip to content

Commit

Permalink
adds usage to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Philo committed Sep 26, 2016
1 parent 3c34afd commit 8d2b976
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@
Npm.WithLogLevel(NpmLogLevel.Silly).Install(settings => settings.Package("gulp"));

});

Task("Npm-RunScript")
.Does(() =>
{
Npm.Pack();
});
```

## Scope
Expand Down

0 comments on commit 8d2b976

Please sign in to comment.