just-copy-hectorgray.com
v1.0.4
Published
www.hectorgray.com
Downloads
4
Maintainers
Readme
hectorgray.com
This is the website for http://www.hectorgray.com, updates to master are automatically deployed to www.hectorgray.com. Pull requests are welcome ( even if you are not Hector Gray ).
Installation
If you wish to use this for your own site, don't go throw the trouble of just scraping & pasting. Just install and update the index.html, then deploy to your own hosting provider.
$ npm install just-copy-hectorgray.com <FolderToInstallToWebsite>
Development Scripts
Before running any development scripts, be sure to first install the dev modules.
$ npm install just-copy-hectorgray.com --save --dev
Build Website
This will generate the html that you can publish to your hosting provider in the ./build folder.
$ npm run build
Build Documentation
Outputs code documentation files to the ./doc/api
folder.
$ npm run doc
Static Analysis
Outputs static analysis files to the ./doc/analysis
folder.
$ npm run analyze
Test + Coverage
Outputs code coverage files to the ./doc/coverage
folder.
$ npm run test
Discuss
Chat channel:
Questions or comments can also be posted on the just-copy-hectory.com Github issues page.
Maintainers
Hector Gray (Twitter: @defstream)
Contribute
Pull Requests welcome. Please make sure all tests pass:
$ npm test
Please submit Github issues for any feature enhancements, bugs or documentation problems.
License
Copyright (c) 2016, @DEFSTREAM
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.