The crane assemble
command see full docs allows you to add a fully featured build script to you existing project. The video below shows this in action:
For more information visit the crane docs or check us out on github
The crane assemble
command see full docs allows you to add a fully featured build script to you existing project. The video below shows this in action:
For more information visit the crane docs or check us out on github
Visit us on github https://github.com/ewilde/crane
crane
is a command line tool the I developed with Kevin Holditch. It kick starts development of a new project by templating the boring bits.
crane init ServiceStack.Plugin
Running this command creates the following items
First initialize a new project using the syntax crane init {project name}
It creates a directory using the the project name given in the init command
You can immediately build the project. Just run .\build.ps1
from the project directory
Here’s what it looks like in Visual Studio if you open the solution file: