Skip to content

MadL0rd/ATProjectGenerator

Repository files navigation

ATProjectGenerator

ATProjectGenerator - simple way to create own project template

Main advantage is possibility to run, test and modify your template quickly and simple

Installation

  • Download ApplicationName zip or clone
  • Install CocoaPods if not already available:
$ [sudo] gem install cocoapods
$ pod setup

Start

To create own template you need only to design project in Xcode

  • Create new project and name it 'ApplicationName'
  • Configure whatever you want
  • Install pods

Your template is ready!

Note: ATProjectGenerator can refresh comments with author automatically: every standard comment lines with developer name like

//  Created by Anton Tekutov on 17.02.21.

will be replaced by name you just entered and current date


ATProjectGenerator usage

Firs way is to enter all data as one common command like

sh ATProjectGenerator.sh ./ATiOSProjectTemplate/ /path/you/would/like/project/to/put ProjectName 'Author Name'

Second way is to enter all of the paramms separately like

sh ATProjectGenerator.sh 
Enter path to template folder: ./ATiOSProjectTemplate/ 
Enter path to target folder: /path/you/would/like/project/to/put 
Enter project name: ProjectName 
Enter the author name: 'Author Name'

Then you will see finder window with open project directory and message

	🎉	Project was successfully generated!	🎉

License

ATProjectGenerator is licensed under the terms of the Apache License, version 2.0. Please see the LICENSE file for full details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published