You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-16Lines changed: 24 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# branchsite
2
2
3
-
Heavily inspired by [`np`](https://github.com/sindresorhus/np), this provides a complimentary tool that eases the process of publishing your static files to a branch (e.g. gh-pages) via the use of `git subtree`.
3
+
Heavily inspired by [`np`](https://github.com/sindresorhus/np), this provides a complimentary tool that eases the process of publishing your static files to a branch (e.g. gh-pages).
4
4
5
5
[](https://travis-ci.org/enriquecaballero/branchsite)[](https://greenkeeper.io/)[](http://commitizen.github.io/cz-cli/)[](https://github.com/prettier/prettier)[](https://github.com/semantic-release/semantic-release)
6
6
@@ -13,21 +13,29 @@ $ yarn global add branchsite
13
13
```
14
14
$ bs --help
15
15
16
-
Usage: bs [options]
17
-
18
-
Options:
19
-
20
-
-h, --help output usage information
21
-
--any-branch Allow pushing from any branch
22
-
--no-yarn Don't use Yarn
23
-
-C, --commit <commit> Optional commit message
24
-
--no-commit Don't commit
25
-
--stage Stage files while using --no-commit
26
-
--no-push Don't push to branch
27
-
-H, --hook <hook> NPM hook that builds your static website
28
-
-D, --directory <path> Directory that will be pushed to separate branch
29
-
-B, --branch <branch> Branch that will be used as subtree
30
-
-R, --remote <remote> Repository that will be pushed to
16
+
bs - CLI tool for publishing your static website to a separate branch
17
+
18
+
USAGE
19
+
20
+
bs
21
+
22
+
OPTIONS
23
+
24
+
--any-branch Allow pushing from any branch optional
25
+
--no-yarn Don't use Yarn optional
26
+
--no-publish Don't publish optional
27
+
--no-cleanup Will skip the clean up stage optional
28
+
--hook <hook> NPM hook that builds your static website optional
29
+
--directory <path> Directory that will be pushed to separate branch optional
30
+
--branch <branch> Branch that will be used for deployment optional
31
+
32
+
GLOBAL OPTIONS
33
+
34
+
-h, --help Display help
35
+
-V, --version Display version
36
+
--no-color Disable colors
37
+
--quiet Quiet mode - only displays warn and error messages
38
+
-v, --verbose Verbose mode - will also output debug messages
0 commit comments