page-downloader
v0.1.4
Published
Download a page from www and use it Local
Downloads
4
Readme
hexlet project L3 Page Downloader
Download a page from www and use it Local
Global usage
- Install:
npm i -g page-downloader
- Help:
pageDownload -h
- Usage:
pageDownload [options] <address>
Local usage package
- Install:
Make install
- ESLint checker:
Make lint
- Run:
Make run 1='address'
- Test:
Make test (test files created in tmp directories in __tests__/__fixures__/)
- Build babel:
Make build