{"id":13566112,"url":"https://github.com/CosmWasm/cw-minus","last_synced_at":"2025-04-03T23:31:03.891Z","repository":{"id":70413889,"uuid":"553087181","full_name":"CosmWasm/cw-minus","owner":"CosmWasm","description":"Contract helpers originally used for cw-plus contracts/specs","archived":false,"fork":false,"pushed_at":"2024-07-31T10:50:12.000Z","size":25101,"stargazers_count":17,"open_issues_count":8,"forks_count":13,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-02T22:05:47.347Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CosmWasm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-17T17:37:35.000Z","updated_at":"2024-12-09T12:06:35.000Z","dependencies_parsed_at":"2023-02-22T14:16:07.292Z","dependency_job_id":"5467f458-0cdb-493f-82e6-379caa560553","html_url":"https://github.com/CosmWasm/cw-minus","commit_stats":{"total_commits":268,"total_committers":17,"mean_commits":"15.764705882352942","dds":0.708955223880597,"last_synced_commit":"39ace595e615242762d3c40c1ffe8cbafa281c2d"},"previous_names":["cosmwasm/cw-minus","cosmwasm/cw-utils"],"tags_count":68,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CosmWasm%2Fcw-minus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CosmWasm%2Fcw-minus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CosmWasm%2Fcw-minus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CosmWasm%2Fcw-minus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CosmWasm","download_url":"https://codeload.github.com/CosmWasm/cw-minus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246899658,"owners_count":20851898,"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-08-01T13:02:02.315Z","updated_at":"2025-04-03T23:31:03.870Z","avatar_url":"https://github.com/CosmWasm.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# CosmWasm Minus\n\n[![CircleCI](https://circleci.com/gh/CosmWasm/cw-minus/tree/main.svg?style=shield)](https://circleci.com/gh/CosmWasm/cw-minus/tree/main)\n\n| Utilities      | Crates.io                                                                                                                     | Docs                                                                                | Coverage                                                                                                                                  |\n| -------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |\n| cw-utils           | [![cw-utils on crates.io](https://img.shields.io/crates/v/cw-utils.svg)](https://crates.io/crates/cw-utils)    | [![Docs](https://docs.rs/cw-utils/badge.svg)](https://docs.rs/cw-utils)   | [![codecov](https://codecov.io/gh/CosmWasm/cw-utils/branch/main/graph/badge.svg?token=IYY72ZVS3X)](https://codecov.io/gh/CosmWasm/cw-minus) |\n| cw-controllers | [![cw-controllers on crates.io](https://img.shields.io/crates/v/cw-controllers.svg)](https://crates.io/crates/cw-controllers) | [![Docs](https://docs.rs/cw-controllers/badge.svg)](https://docs.rs/cw-controllers) | [![codecov](https://codecov.io/gh/CosmWasm/cw-minus/branch/main/graph/badge.svg?token=IYY72ZVS3X)](https://codecov.io/gh/CosmWasm/cw-minus) |\n| cw2           | [![cw2 on crates.io](https://img.shields.io/crates/v/cw2.svg)](https://crates.io/crates/cw2)    | [![Docs](https://docs.rs/cw2/badge.svg)](https://docs.rs/cw2)   | [![codecov](https://codecov.io/gh/CosmWasm/cw-minus/branch/main/graph/badge.svg?token=IYY72ZVS3X)](https://codecov.io/gh/CosmWasm/cw-minus) |\n\n\nNote: `cw2` and `controllers` have been moved from the [`cw-plus` repo](https://github.com/CosmWasm/cw-plus). Their commit history and changelog can be found in the previous repository.\n\n\n## Generating changelog\n\nTo generate a changelog we decided to use\n[github-changelog-generator](https://github.com/github-changelog-generator/github-changelog-generator).\n\nTo install tool you need Ruby's `gem` package manager.\n\n    $ gem --user install github_changelog_generator\n\nAnd put `$HOME/.gem/ruby/*/bin/` into your PATH.\n\nGenerating changelog file first time:\n\n    $ github_changelog_generator -u CosmWasm -p cw-plus\n\nAppending next releases could be done adding `--base` flag:\n\n    $ github_changelog_generator -u CosmWasm -p cw-plus --base CHANGELOG.md\n\nIf you hit GitHub's 50 requests/hour limit, please follow\n[this](https://github.com/github-changelog-generator/github-changelog-generator#github-token) guide to create a token\nkey which you can pass using `--token` flag.\n\nThere's also a convenience `scripts/update_changelog.sh`, which can take a --since-tag parameter (to avoid processing\nthe entire history). It can also auto-detect the latest version tag for you, with --latest-tag.\n\n## Licenses\n\nThis repo is licensed under [Apache 2.0](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCosmWasm%2Fcw-minus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCosmWasm%2Fcw-minus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCosmWasm%2Fcw-minus/lists"}