New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

enpot

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enpot

List gists & download them to current folder.

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

enpòt'

NPM version Dependency Status Downloads counter

List gists from users & download them to current folder.


How it works?

By running $ enpot [user], you get all the public gists from the given user, then you can use $ enpot [user] [id] to download the files of the selected gist to the current folder. Simple as that. Useful for configuration files, license stuffs, every file you copy/paste from projects to projects.

Usage

Installation

enpòt' is a command-line tool, it is preferable to instal it globally.

(sudo) npm install -g enpot

Documentation

Using enpòt' is simple :

enpot [options] <user> - List Gists from given user, stores in cache.

    Options:
        -f, --force Clean the cache and download the list from the server.

enpot [options] <user> <gist-id> [destination-path] - Download file(s) from the Gist to the given path.

    Options:
        -s, --show Show infos about the files of the gist. Doesn't download them.

    Note: If no path is given, enpot use the current path. Give path must be a directory.

Completion: enable completion by adding ". <(enpot completion)" to your ~/.bashrc or ~/.zshrc file.

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style, enforced by eslint configuration. enpòt' is develloped with ES2015. Lint & compile your code with Grunt.

Release History

  • 0.1.0: Initial release (20/12/2015)

License

Copyright (c) 2015 Leny
Licensed under the MIT license.

Keywords

FAQs

Package last updated on 20 Dec 2015

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc