Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@eckidevs/tool
Advanced tools
General purpose CLI tool for everyday things 🛠️
npm install -g @eckidevs/tool
or
yarn global add @eckidevs/tool
Tool is very bare bones for now. 🖖
tool get <options> <target>
-f
or --file
: A file path (absolute/relative).-u
or --url
: A http(s) url to fetch text content from.If -f
is passed, a PathLike string should be passed directly after the flag. If -u
is passed, a valid url to fetch content in utf-8
.
main help
tool <command> <option>
Commands:
tool get Gets file or web address text content.
Options:
--version Show version number [boolean]
-h, --help Show help [boolean]
Kaizen Media CC
get help
tool get <option> [url | path]
Options:
--version Show version number [boolean]
-f, --file File path to read. Can be absolute or relative. [string]
-u, --url The url to request text content from [string]
-h, --help Show help [boolean]
Examples:
tool get -f example.txt Gets the file contents as a string
tool get -u https://google.com Retrieves a web response as text.
FAQs
Tool CLI for everyday tasks.
The npm package @eckidevs/tool receives a total of 0 weekly downloads. As such, @eckidevs/tool popularity was classified as not popular.
We found that @eckidevs/tool demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.