Skip to content

Commit a8a80da

Browse files
author
ProCode2
committed
Initial Commit
1 parent dfb2c9d commit a8a80da

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
11
# Mrs. Hudson
22
Mrs. Hudson lets sherlock focus on what's important.
3+
4+
```
5+
USAGE:
6+
ms_hudson [FLAGS] [OPTIONS]
7+
8+
FLAGS:
9+
-w, --webdev creates html, css, js files within project
10+
-p, --push Stage/add files to commit, commit and push to given branch
11+
-g, --git creates a github repository(requires token)
12+
-h, --help Prints help information
13+
-V, --version Prints version information
14+
15+
OPTIONS:
16+
-n, --newproject <filename> creates a project folder for you
17+
-e, --error <Search_Stackoverflow> Opens and search stack overflow for given error message
18+
-b, --branch <git_branch> Commits and push changes to given branch
19+
-m, --message <git_commit> The commit message
20+
```
21+
22+
### How to install?
23+
24+
You can install the zip file from releases tab. However it's in a very early stage, so not sure if it'll work. :).
25+
326
[under construction :)]

0 commit comments

Comments
 (0)