{"id":20625374,"url":"https://github.com/insign/dart_dpp","last_synced_at":"2025-09-26T15:31:33.062Z","repository":{"id":65965490,"uuid":"603595930","full_name":"insign/dart_dpp","owner":"insign","description":"A better dart pub publish. Before publish, runs tests, fixes, lint, updates CHANGELOG, pubspec file and git commands.","archived":false,"fork":false,"pushed_at":"2024-05-13T18:13:31.000Z","size":34,"stargazers_count":5,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-16T13:09:22.223Z","etag":null,"topics":["dart"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/dpp","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/insign.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":null,"support":null,"governance":null}},"created_at":"2023-02-19T01:43:08.000Z","updated_at":"2024-10-03T02:05:01.000Z","dependencies_parsed_at":"2023-11-20T10:57:33.594Z","dependency_job_id":null,"html_url":"https://github.com/insign/dart_dpp","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"0728059b80c1e01bd14c3536bf82fd131bcfa268"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insign%2Fdart_dpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insign%2Fdart_dpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insign%2Fdart_dpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insign%2Fdart_dpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/insign","download_url":"https://codeload.github.com/insign/dart_dpp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234319577,"owners_count":18813552,"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":["dart"],"created_at":"2024-11-16T13:09:25.791Z","updated_at":"2025-09-26T15:31:27.796Z","avatar_url":"https://github.com/insign.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dpp\n\nA better dart pub publish, by running tests, fixes, lint, update CHANGELOG file and git commands.\n\n## Installing globally as CLI\n\n```dart\ndart pub global activate dpp\n```\n\n\u003e If you receive a \"Warning\" just follow the instructions and reopen the console. If you need more help visit [Running a script from your PATH](https://dart.dev/tools/pub/cmd/pub-global#running-a-script-from-your-path).\n\u003e\n\u003e If you don't want to change your precious PATH, [go horse](https://gohorseprocess.com.br/extreme-go-horse-xgh/), just run `dart pub global run dpp`\n\n## Simple CLI usage\n\n```bash\ndpp \u003c1.2.3|patch|minor|major\u003e [optional commit/changelog message]\n```\n\nExamples:\n\n```bash\ndpp 1.0.1 Typo fix\n```\n\n```bash\ndpp minor New great feature # version will be 1.1.0\n```\n\n```bash\ndpp major Rewritten code from Rust to Dart # 2.0.0\n```\n\nSimple run `dpp` to see all flags available.\n\n\u003eProTip: create an alias \"pp\" with your default flags. If my standard do not fits for you. E.g. put the following in you bashrc/zshrc: `alias pp=\"dpp --no-git --no-tests\"`\n\n## Using internaly in only one project\n\n```bash\ndart pub add dev:dpp # dev: means you will use only in development\n```\n\n```dart\nvoid main() {\n  final pubPublisher = DartPubPublish(git: false);\n\n  // Publish a new version with default message\n  pubPublisher.run('1.2.1'); // default message: 'Update version number'\n\n  // Publish a new version with a changelog message\n  pubPublisher.run('minor', message: 'Added a new feature');\n\n  print('Package published!');\n}\n```\n\n## LICENSE\n\n[BSD 3-Clause License](./LICENSE)\n\n## CONTRIBUTE\n\nIf you have an idea for a new feature or have found a bug, just do a pull request (PR).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsign%2Fdart_dpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsign%2Fdart_dpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsign%2Fdart_dpp/lists"}