1.0.0 • Published 8 years ago
clpage v1.0.0
Command Line Page
A CLI for creating dead simple webpages (quickly).
Usage
clpage [options] [command]
Options:
-l, --list List the user files
-h, --help output usage information
Commands:
create <filename> create a new file
delete <filename> delete an existing file
edit <filename> [editor] edit a file
publish <filename> publish a fileInstallation
Example
clpage create new-webpageclpage --listclpage edit new-webpage atom(excludeatomto open in nano)clpage publish new-webpage(pushes to a gist and opens browser to a rendered version of the html)
Notes
Bootstrap, jQuery, font-awesome are already included in the published version of the page.
When editing your HTML, be sure NOT to include the <html>, <head> and <body> tags.
1.0.0
8 years ago