0.0.2 • Published 3 years ago

impuddle v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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>
0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago