Open
Conversation
Owner
|
Interesting idea. Not sure why you essentially blew away the README file though if you want this PR to be accepted. |
Author
|
Sorry, that README file wasn't supposed to be part of the PR. I pushed the correct README file. Let me know if you have any questions. |
Author
|
Just following up to see if this PR can be merged. |
Owner
|
I plan on reviewing this over the weekend. Thanks for your patience. |
Owner
|
I'm willing to accept a PR to add a cli to I would also suggest If you're interested, there is a boilerplate that might make this easier, https://github.com/sindresorhus/node-cli-boilerplate. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a command line interface to make it easier to integrate this tool with other scripts and development tools. I needed this functionality to use this tool as a file watcher in PhpStorm. The script sets the
urloption to a reasonable default. Tested on Windows 10 and CentOS 7.