Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
and add version
  • Loading branch information
stav committed Oct 13, 2021
1 parent 07bd7e3 commit 322d4d0
Show file tree
Hide file tree
Showing 5 changed files with 4,812 additions and 597 deletions.
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
[![Coverage][cov-image]][cov-url]
[![Tests][test-image]][test-url]
[![Dependencies][deps-image]][deps-url]
[![Badge Fury][fury-image]][fury-url]
[![Inline docs][inch-image]][inch-url]
[![Badge Fury][fury-image]]

This `node` command-line utility uses a headless browser (Puppeteer) to render
a webpage and download all resources it may need. These resources including the
Expand Down Expand Up @@ -74,24 +72,13 @@ repo and submit a pull request:
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request

## Status

* https://david-dm.org/stav/wgrep
* https://inch-ci.org/github/stav/wgrep?branch=master ????
* https://badge.fury.io/for/gh/stav/wgrep

## License

Apache 2.0

<!-- Markdown link & img dfn's -->
[test-image]: https://github.com/stav/wgrep/workflows/tests/badge.svg
[test-url]: https://github.com/stav/wgrep/workflows
[test-url]: https://github.com/stav/wgrep/actions
[fury-image]: https://badge.fury.io/gh/stav%2Fwgrep.svg
[fury-url]: https://badge.fury.io/gh/stav%2Fwgrep
[inch-image]: http://inch-ci.org/github/stav/wgrep.svg?branch=master
[inch-url]: http://inch-ci.org/github/stav/wgrep
[deps-image]: https://david-dm.org/stav/wgrep/status.svg
[deps-url]: https://david-dm.org/stav/wgrep
[cov-image]: https://codecov.io/gh/stav/wgrep/branch/master/graph/badge.svg
[cov-url]: https://codecov.io/github/stav/wgrep
7 changes: 0 additions & 7 deletions action.yml

This file was deleted.

2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
const co = require('co');
const wgrep = require('./wgrep');
const program = require('commander');
const { version } = require('./package.json');

(async () => {

program
.arguments('<regex> <url>')
.version(version, '-V, --version')
.option('-d, --directory <directory>', 'The output directory', 'output')
.option('-u, --username <username>', 'The user to authenticate as')
.action(function( regex, url ) {
Expand Down
Loading

0 comments on commit 322d4d0

Please sign in to comment.