{"id":34279054,"url":"https://github.com/ewilde/crane","last_synced_at":"2026-03-13T15:39:39.901Z","repository":{"id":15176468,"uuid":"17904288","full_name":"ewilde/crane","owner":"ewilde","description":"Crane creates builds scripts so you don't have to","archived":false,"fork":false,"pushed_at":"2015-06-29T19:39:59.000Z","size":11424,"stargazers_count":6,"open_issues_count":46,"forks_count":2,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-12-20T10:46:06.407Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://blog.cranebuild.com","language":"C#","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/ewilde.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":"2014-03-19T13:03:16.000Z","updated_at":"2018-07-17T19:12:21.000Z","dependencies_parsed_at":"2022-07-15T17:01:07.184Z","dependency_job_id":null,"html_url":"https://github.com/ewilde/crane","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ewilde/crane","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewilde%2Fcrane","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewilde%2Fcrane/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewilde%2Fcrane/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewilde%2Fcrane/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ewilde","download_url":"https://codeload.github.com/ewilde/crane/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewilde%2Fcrane/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30469329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T11:00:43.441Z","status":"ssl_error","status_checked_at":"2026-03-13T11:00:23.173Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-12-16T22:19:04.656Z","updated_at":"2026-03-13T15:39:39.895Z","avatar_url":"https://github.com/ewilde.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"crane [![Appveyor build status](https://ci.appveyor.com/api/projects/status/0ej0if13ux6nsc7h/branch/master?svg=true)](https://ci.appveyor.com/project/ewilde/crane/branch/master) [![Teamcity build status](https://img.shields.io/teamcity/http/teamcity.cranebuild.com/s/crane_Master.svg)](http://teamcity.cranebuild.com/viewType.html?buildTypeId=crane_Master) [![](http://img.shields.io/chocolatey/dt/crane.svg)](https://chocolatey.org/packages/crane) [![](http://img.shields.io/chocolatey/v/crane.svg)](https://chocolatey.org/packages/crane) [![Stories in Ready](https://badge.waffle.io/ewilde/crane.png?label=ready\u0026title=Ready)](https://waffle.io/ewilde/crane) [![Stories in Progress](https://badge.waffle.io/ewilde/crane.png?label=in+progress\u0026title=Progress)](https://waffle.io/ewilde/crane) [![Documentation Status](https://readthedocs.org/projects/crane/badge/?version=latest)](http://docs.cranebuild.com/) [![Documentation Status](https://scan.coverity.com/projects/3930/badge.svg)](https://scan.coverity.com/projects/3930) [![Follow cranebuild on twitter](doc/follow_crane_18.png)](https://twitter.com/cranebuild)\n=====\n[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/ewilde/crane?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n\u003e Builds you into the pit of success\n\n\u003cimg src=\"doc/crane_with_padding.png\" align=\"left\" /\u003e\n\nWe hate writing build scripts and continuous integration (ci) templates every time\nwe start a new project or when we work on a project that does not have them. I'm sure you do as well. This is where `crane`comes in.\nInvoke `crane` and it can build you a blank project, complete with a build or you can get `crane` to assemble you a build on an existing project.  No more messing around for hours on a build server!!\n\n\n#Installation\nTo install crane, run the following command from the command line or from PowerShell:\n`choco install crane`\n![choco install crane](doc/choco_install_crane.png)\n\nDon't have chocolatey installed? https://chocolatey.org/\n\n#Please show me?\n`crane init SallyFx`\n\nThis creates a new project called SallyFx in the current directory.\n\n```\n\u003e crane init SallyFx\n\n\nC:\\DEV\\TEMP\\SALLYFX\n|   build.ps1\n|\n+---build\n|       default.ps1\n|       NuGet.exe\n|       psake-ext.psm1\n|       psake.ps1\n|       psake.psm1\n|\n\\---src\n    |   SallyFx.sln\n    |\n    +---.nuget\n    |       packages.config\n    |\n    +---SallyFx\n    |   |   Calculator.cs\n    |   |   SallyFx.csproj\n    |   |\n    |   \\---Properties\n    |           AssemblyInfo.cs\n    |\n    \\---SallyFx.UnitTests\n        |   CalculatorFeature.cs\n        |   packages.config\n        |   SallyFx.UnitTests.csproj\n        |\n        \\---Properties\n                AssemblyInfo.cs\n```\n\nYou can now build this project...\n\n![example_build.png](doc/example_build.png)\n\n\n#Supported commands\n##init\n`init` initializes a new project.\n\n**Example**:\n\n`crane init SallyFx` create a new project called 'SallyFx'\n\nThe default crane project is quite opinionated we have made lots of decisions.\nHere are the highlights:\n\n**Build**\n\n* psake powershell build system\n* restores nuget packages\n* patches your assembly info files with information from VERSION.txt and\nlast git commit message, if it's a git repo\n* builds\n* runs unit tests\n\n**Project template**\n\n* Solution file with\n* Class library\n* Unit test library\n * Using xbehave, EasyFakes,  bdd style tests\n\n##help\n`help {command}` lists required and optional parameters for commands\n\n**Example**:\n\n`crane help init` show help for the init command\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fewilde%2Fcrane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fewilde%2Fcrane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fewilde%2Fcrane/lists"}