{"id":15445500,"url":"https://github.com/scriptnull/bagpack","last_synced_at":"2025-04-19T20:42:45.629Z","repository":{"id":34603511,"uuid":"38551526","full_name":"scriptnull/bagpack","owner":"scriptnull","description":"Versatile local package manager","archived":false,"fork":false,"pushed_at":"2015-07-05T22:13:29.000Z","size":475,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T14:47:15.208Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scriptnull.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-05T00:14:08.000Z","updated_at":"2019-04-01T23:57:04.000Z","dependencies_parsed_at":"2022-08-03T21:45:18.624Z","dependency_job_id":null,"html_url":"https://github.com/scriptnull/bagpack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptnull%2Fbagpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptnull%2Fbagpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptnull%2Fbagpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptnull%2Fbagpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scriptnull","download_url":"https://codeload.github.com/scriptnull/bagpack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249795202,"owners_count":21326777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T19:45:07.081Z","updated_at":"2025-04-19T20:42:45.609Z","avatar_url":"https://github.com/scriptnull.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![bagpack](https://raw.githubusercontent.com/scriptnull/bagpack/master/logo.png)\n\n![npm](https://img.shields.io/npm/v/bagpack.svg?style=flat-square) ![License](https://img.shields.io/npm/l/bagpack.svg?style=flat-square) [![Join the chat at https://gitter.im/scriptnull/bagpack](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/scriptnull/bagpack?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nbagpack is a versatile local package manager. bagpack has 2 ideas at its core , \n- Versatile - Don't care what the package is. Just deliver it.\n- Local - No Internet connection needed. Everything is local to the machine.\n\n# Inspiration\nnpm and bower are the main inspirations for bagpack. I have ended up using them atleast once a day and there are times when I have to install packages from them when my internet is down. So , bagpack's main purpose is to fill the gap left by them.\n\nbagpack got its name from the  bagpack character of the TV Series named [Dora the Explorer](https://en.wikipedia.org/wiki/Dora_the_Explorer). Yeah ! bagpack provides all the necessary things for your quest. We even got the [map](https://github.com/scriptnull/bagpack/blob/master/bagpack.js#L13) inside the bagpack.\n\n# Install\n```bash\nnpm install -g bagpack\n```\n\n# Features\n- Package anything. This allows your private libraries to be served easily.\n- publishing and installing packages are done local without internet.\n- reuse already installed packages from other package managers like bower and npm.\n- Less overhead - bagpack stores key pair values and not a clone of the package.\n- Dead simple copy paste utility.\n\n# Concepts \nIn order to start working with bagpack, here are some basic concepts.\n- No configuration file is needed for identifying bagpack packages.\n- All bagpack packages are identified as directories , with directory name as the package name.\n- Versioning is not needed as , any changes inside the package will be effective automatically. \n\n# Commands\nyou can either use ``bagpack`` or ``bp`` to execute commands on bagpack.\n\n- **pack** or **publish**  - Pack something into the bagpack. This will mean publishing your package via bagpack for using it.\n- **pick** or **install** - Pick anything from bagpack. This means installing a package that is available in the bagpack.\n- **list** - Lists all the things inside the bagpack.\n- **remove** - Removes a package from bagpack.\n\n![Demo](https://raw.githubusercontent.com/scriptnull/bagpack/master/demo.gif)\n\n# Help\n  Usage: bagpack [options] [command]\n\n  Commands:\n\n    pack|publish [dir]      Packs [dir] directory or current directory.\n    pick|install [package]  Pick (copy) a package from the bagpack\n    list|ls                 Lists all the packages inside the bagpack.\n    remove|rm [package]     Removes a package from the bagpack\n\n  Options:\n\n    -h, --help     output usage information\n    -V, --version  output the version number\n\n# Contribution \nContributions are welcome.\n- Feel free to send in Pull requests. \n- Report bug if you have found any.\n- Refactor the already existing code.\n- Feature requests and feedback sharing. \n- Whatever. Lets get started !\n\n# License \n![GPLv3](https://raw.githubusercontent.com/scriptnull/bagpack/master/GPL.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscriptnull%2Fbagpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscriptnull%2Fbagpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscriptnull%2Fbagpack/lists"}