-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
needs discussionNeeds to be discussed furtherNeeds to be discussed further
Description
Add new command support for corral
There is already an init command, why is it superfluous?
It is the premise of adding template system to corral.
corral new helloIt looks like this logic:
mkdir hello
cd hello
corral initThe final new command:
corral new <template> mylibresults:
hello
├── corral.json
├── CHANGELOG.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── examples
│ └── simple-example
│ └── simple-example.pony
├── gitattributes
├── gitignore
├── hello
│ └── _test.pony
├── LICENSE
├── Makefile
├── README.md
├── RELEASE_PROCESS.md
└── STYLE_GUIDE.md
Metadata
Metadata
Assignees
Labels
needs discussionNeeds to be discussed furtherNeeds to be discussed further