{"id":15953913,"url":"https://github.com/le0michine/dnnbundler","last_synced_at":"2025-04-04T05:41:13.460Z","repository":{"id":62557295,"uuid":"88538054","full_name":"Le0Michine/dnnbundler","owner":"Le0Michine","description":null,"archived":false,"fork":false,"pushed_at":"2017-04-20T20:22:44.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-29T22:08:43.705Z","etag":null,"topics":["dotnetnuke","ruby","zip"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/dnnbundler","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Le0Michine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-17T18:31:12.000Z","updated_at":"2017-04-18T15:00:02.000Z","dependencies_parsed_at":"2022-11-03T06:30:28.590Z","dependency_job_id":null,"html_url":"https://github.com/Le0Michine/dnnbundler","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/Le0Michine%2Fdnnbundler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Le0Michine%2Fdnnbundler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Le0Michine%2Fdnnbundler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Le0Michine%2Fdnnbundler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Le0Michine","download_url":"https://codeload.github.com/Le0Michine/dnnbundler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247128742,"owners_count":20888234,"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":["dotnetnuke","ruby","zip"],"created_at":"2024-10-07T13:14:26.823Z","updated_at":"2025-04-04T05:41:13.437Z","avatar_url":"https://github.com/Le0Michine.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dnnbundler\n\nDNNBundler is intended to automate creation of zip packages for DotNetNuke.\nPut your Ruby code in the file `lib/dnnbundler`. To experiment with that code, run `bin/console` for an interactive prompt.\n\nTODO: Delete this and the text above, and describe your gem\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'dnnbundler'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install dnnbundler\n\n## Usage\n\nTo configure packaging create a json config with the following schema:\n\n    {\n        \"packages\": [\n            {\n                \"name\": \"out.[PACKAGE_VERSION].zip\", // [PACKAGE_VERSION] is a placeholder for package version which will be taken from manifest file\n                \"entries\": [\n                    \"path_to_file\",\n                    \"path_to_directory\",             // real path in file system to file or directory\n                    {\n                        \"type\": \"file\",              // type of entry, if absent will be treated as 'file'\n                        \"name\": \"test.json\",         // real path in file system to file or directory\n                        \"path\": \"new_path_in_zip\"    // optional\n                    },\n                    {\n                        \"type\": \"zip\",               // nested zip archive\n                        \"name\": \"test.zip\",          // name of nested zip archive, can include directories. 'path' property is being ignored for this kind of entries\n                        \"ignoreEntries\": [ ... ],    // local array of entries to ignore\n                        \"entries\": [                 // array of entries for nested zip file, same format as above\n                            \"file\",\n                            \"dir\",\n                            \"...\"\n                        ]\n                    }\n                ],\n                \"ignoreEntries\": [\n                    \".DS_Store\"\n                ]\n            }\n        ],\n        \"manifests\": [\n            \"path_to_dnn_manifest\"                   // dnn manifest file\n        ]\n    }\n\nto create package run:\n\n    dnnbundler build path_to_config.json\n\nit is possible to increment build or sprint numbers:\n\n    dnnbundler build path_to_config.json --bumpBuild\n    dnnbundler build path_to_config.json --bumpSprint\n\nit is also possible to specify custom version number:\n\n    dnnbundler build path_to_config.json --targetVersion 2017.08.0004\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/Le0Michine/dnnbundler. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fle0michine%2Fdnnbundler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fle0michine%2Fdnnbundler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fle0michine%2Fdnnbundler/lists"}