File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
# #first run
8
8
# $ cd html5-boilerplate/build
9
- # $ chmod +x createproject.sh && ./createproject.sh
9
+ # $ chmod +x createproject.sh && ./createproject.sh [new_project]
10
10
11
11
# #usage
12
12
# $ cd html5-boilerplate/build
13
- # $ ./createproject.sh
13
+ # $ ./createproject.sh [new_project]
14
+
15
+ #
16
+ # If [new_project] is not specified the user we will prompted to enter it.
17
+ #
18
+ # The format of [new_project] should ideally be lowercase letters with no
19
+ # spaces as it represents the directory name that your new project will live
20
+ # in.
21
+ #
22
+ # If the new project is specified as just a name ( "foo" ) then the path
23
+ # will be a sibling to html5-boilerplate's directory.
24
+ #
25
+ # If the new project is specified with an absolute path ( "/home/user/foo" )
26
+ # that path will be used.
27
+ #
14
28
15
29
# find project root (also ensure script is ran from within repo)
16
30
src=$( git rev-parse --show-toplevel) || {
You can’t perform that action at this time.
0 commit comments