Log in
product

Tuist 1.5.0 - Scaffold command, performance, Mint

Tuist's new version 1.5.0 brings scaffold command, performance improvements and Mint support

Tuist is being worked on even from home 🏡 and I am stoked to present to you what's new. It's not even so long ago that the version 1.4.0 has been released, but there's already enough new improvements to justify a new one! That includes a brand new command scaffold, or Mint suppport, besides new features we are working hard on making generation faster and more performant 🏎 Let's see in detail what this release brings.

Scaffold command

A lot of teams or even individuals have some common structure for their features or components, but creating a new one has meant using a custom solution or copy&paste, which is tedious and takes away time that developers can focus on coding.

To fix this common problem we are introducing a new scaffold command. For example if you use modular architecture with feature frameworks, you can set up a new manifest called Template.swift to generate Project.swift, tests and an example. Then you can run tuist scaffold framework --name MyFramework and you're all set! Or if you want to create a new feature framework following VIPER architecture, you might call tuist scaffold viper --name Home. The possibilites are really endless 🙂 To read more about how it works you can do so on commands documentation page.

We are excited too see what you will be able to do with it!

Performance improvements

Kas has been hard at work at making Tuist more performant, which will make interacting with large projects even more delightful.

Besides optimizing build phase generator, I'd point out an astonishing 50 % speed improvement of WorkspaceGenerator by implementing concurrent project generation.

Mint support

If you use Mint, we have some good news, too. Thanks to the magnificent job by Daniel, it is now supported in Setup.swift.

To get yourself going, just make sure you have Mintfile in your directory and add .Mint() to Setup.swift.

It will then download all dependencies and it makes setting up developer's workspace even easier.

Bug fixes and improvements

Supercharge your Swift app development

Get started

You might also like

Tuist is now SOC 2 Type II compliant
We are thrilled to announce that Tuist is now SOC 2 Type II compliant
Tuist 0.11.0 has been released
Tuist 0.11.0 is out and it includes features like "tuist up" that help users configure their environment before working with the projects, or support for generating target schemes. This version also adds support for defining environment variables for targets, as well as some minor improvements and fixes.
Tuist 1.2.0 - Bugfixes, improvements and future direction
The newest release brings you many bugfixes and improvements. However with the number of contributors steadily growing the team has also been busy thinking and writing about the direction of Tuist. We have a rough plan for Tuist 2.0 and work has started on compiling a manifesto to explain a bit more about the goals and values of the project.