👌. Automatically generate componentized modules

  • Automatically generate componentized modules
Pod lib create Demo swift --template-url='[email protected]:yangKJ/PT'
Copy the code
  • The main purpose of this warehouse was to,
  1. Customize your own module components and write less code (because I’m lazy ~)
  2. CocoaPod is too slow, cumbersome, and even generates libraries that I don’t want.

If you are as lazy as I am, this warehouse is for you! Save you trouble ~ ha ha ha

portal


Swift

  • CD Files in any directory
  • To automatically and quickly create a Swift component module, run the following command
pod lib create Demo swift –template-url=”github.com/yangKJ/PT”
  • The above * *Demo** can be replaced with the corresponding project name ⚠️

Alternatively, you can run the command 👒👒

pod lib create Demo swift –template-url=’[email protected]:yangKJ/PT’


  • Considering that many friends are not using the responsive method, so the module will not automatically introduce MVVM + RxSwift responsive architecture module, need friends to Fork after modification.

For more information about the module architecture, see the documentation.🎷

Rickenbacker

If you find it helpful, please help me with a star. If you have any questions or needs, you can also issue.

Thanks. 🎇

Contents

  • Automatically generate componentized modules directory structure as follows, delete or add modules in this area

The last

  • Add KJCategoriesDemo address 🎷 and click the star if you like, don’t hesitate. 🌟

✌ ️.