File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55### Fixes
66
7+ - [ Issue #3 ] - Readme - Add documentation
78- [ Issue #2 ] - Bin - will not start
Original file line number Diff line number Diff line change 11# html-baker
22Convert websites into flat-file websites
3+
4+ ## Installation
5+
6+ ```
7+ npm i -g StatelessSoftware/html-baker
8+ ```
9+
10+ ## Preperation
11+
12+ Create a config file ` html-baker -c `
13+ Edit the config file and make sure everything is proper.
14+
15+ ## Usage
16+
17+ Run ` html-baker `
18+
19+ ### Force clean build
20+
21+ To remove the build and rebuild, run ` html-baker -f `
22+
23+ ## Configuration
24+
25+ - ** domains** - An array of domain urls to download
26+ - ** input** - If you have an app locally to download from, you can have it auto-start with these options
27+ - ** directory** - Location of the app
28+ - ** runcmd** - Command to run (start) the app. i.e. - ` npm start `
29+ - ** output**
30+ - ** directory** - Directory to bake into
31+ - ** options** - Array of wget options
You can’t perform that action at this time.
0 commit comments