File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Mrs. Hudson
2
2
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
+
3
26
[ under construction :)]
You can’t perform that action at this time.
0 commit comments