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

impuddle

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

impuddle

Universal code manager. Fetch code instead of installing packages

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-62.5%
Maintainers
1
Weekly downloads
 
Created
Source

Impuddle

Universal code manager for fetching whole repos, certain folders or certain files from repositories. Config based so you can sync all deps at once

Git code

Git is the base system for impuddle code management. We fo also offer registry for custom needs.

Inject git repo to folder

Inject file from git repo to folder

Options
  • branch Git branch name
  • commit commit hash

Example folder

imp https://github.com/graphql-editor/colors src src/colors

What it will do?

  1. It will alter the config imp.json
{
  "code": {
    "https://github.com/graphql-editor/colors": {
      "path": "src",
      "dest": "src/colors"
    }
  }
}
  1. It will fetch the repository folder src and copy the result to the folder colors in your repository

Whats most important here is the imp.json file which allows to sync all our code later.

sync command

Sync command redownloads all modified files specified in code

Todo

[ ] - write sync command [ ] - write command help [ ] - write config writing

Developing

How to test

npm run cli -- <command here>

Keywords

FAQs

Package last updated on 11 Oct 2021

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