Skip to content

BMilliet/project-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project-gen

project generator

This repo uses aloha cli to generate scaffold projects.

aloha => https://github.com/BMilliet/aloha

Example:

aloha generate xcode-uikit-full ExampleProj

using docker

# build a image with aloha
docker build -t proj_gen:1.0 .

# run the contaier passing the command parameters
docker run --rm -v "$PWD":/home/user/app proj_gen:1.0 aloha generate xcode-uikit-full ExampleProj

About

project generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published