Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Pukaki's Foundry is a meta-template tool that uses Tuist to quickly build multi-app projects and automatically generate a custom workspace.

License

Notifications You must be signed in to change notification settings

Pukaki-Lab/Foundry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Foundry - Start building your own App Factory



Pukaki's Foundry is a meta-template tool that uses Tuist to quickly build multi-app projects and automatically generate a custom workspace.



Features

  • 🏭 Instant Workspace Setup:
    Clone the repository and run ./install to start creating your own App Factory Workspace effortlessly.

  • 🔧 Makefile-based Project Management:
    Easily add Frameworks, Libraries, Apps, and Micro Architecture Features with simple commands.

  • Multi-App Support:
    Designed for handling multiple apps within a single workspace efficiently.



Getting Started

1. Clone the Repository

git clone https://github.com/Pukaki-Lab/Foundry.git
cd Foundry



2. Install and Initialize

Run the installation script to generate your workspace:

./install



This will guide you through setting up your first app inside the workspace.

3. Add Components

You can extend your workspace by adding different components using make commands:

make framework name=MyFramework
make library name=MyLibrary
make app name=MyApp
make microService_feature name=MyFeature
make mono_feature name=MyFeature
make clean_feature name=MyFeature



Why Use Foundry?

  • Fast and Consistent: Eliminates repetitive setup steps, letting you focus on development.
  • Flexible: Supports various architectures and scaling needs.
  • Powered by Tuist: Leverages Tuist’s power to manage Xcode projects seamlessly.



Contributing

If you find a bug or want to enhance Foundry, feel free to open an issue or submit a pull request.



License

This project is licensed under MIT License.






Start building your own App Factory with Foundry today! 🚀



About

Pukaki's Foundry is a meta-template tool that uses Tuist to quickly build multi-app projects and automatically generate a custom workspace.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages