-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #135 from hoodiehq/npm
refactor to use npm instead of custom caching
- Loading branch information
Showing
19 changed files
with
91 additions
and
449 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,18 @@ Usage: | |
$0 new <name> [<template>] | ||
$0 new -n <name> [-t <template>] | ||
$0 new -n <name> [-t <template>] [-p <plugin>...] | ||
|
||
Options: | ||
-n | --name <name> Application name. | ||
-t | --template <template> Template name (default: "hoodiehq/my-first-hoodie"). | ||
-p | --plugins <plugin>... Installs hoodie plugin(s). | ||
-k | --keep-git Keeps .git folder in cached checkout. | ||
--use-ssh Will install from `[email protected]:user/repo.git`. | ||
-v | --verbose Verbose output. | ||
|
||
--name, -n <name> application name | ||
--template, -t <template> template name (default: "hoodiehq/my-first-hoodie") | ||
--plugins, -p <plugin(s)> installs hoodie plugin(s) | ||
--use-ssh will install from `[email protected]:user/repo.git` | ||
--verbose, -v verbose output | ||
|
||
Examples: | ||
|
||
$ $0 new | ||
$ $0 new hoodieapp | ||
$ $0 new -n hoodieapp -t "50p/my-fresh-hoodie-yo" | ||
$ $0 new -n hoodieapp -t "50p/my-fresh-hoodie-yo" -p "users,shares,cheesecake" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.