Go to file
dependabot-preview[bot] 1a70b566b1
Bump gatsby-source-filesystem from 2.2.4 to 2.3.0 in /website (#1280)
Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.2.4 to 2.3.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-filesystem/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@2.3.0/packages/gatsby-source-filesystem)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-28 13:57:52 +02:00
.dependabot Fix update_type 2020-03-16 11:09:46 +01:00
.github Allow passing the data to the manifest through environment variables (#1183) 2020-04-07 08:53:32 +02:00
.vscode
Sources Make --project-only a Flag again (#1253) 2020-04-22 19:34:49 +03:00
Templates SwiftUI Template (#1180) 2020-04-08 13:27:32 +02:00
Tests Tuist edit locating all manifests under given folder (#1231) 2020-04-21 14:08:12 +02:00
assets
design
features Tuist edit locating all manifests under given folder (#1231) 2020-04-21 14:08:12 +02:00
fixtures Allow passing the data to the manifest through environment variables (#1183) 2020-04-07 08:53:32 +02:00
script
tools
website Bump gatsby-source-filesystem from 2.2.4 to 2.3.0 in /website (#1280) 2020-04-28 13:57:52 +02:00
.editorconfig
.gitattributes
.gitignore
.nvmrc
.prettierrc
.rubocop.yml
.ruby-gemset
.ruby-version
.swift-version
.swiftformat
.swiftformat-version
.swiftlint.yml
CHANGELOG.md Fix scaffold example. (#1273) 2020-04-28 11:37:29 +02:00
Gemfile Bump rubocop from 0.81.0 to 0.82.0 (#1234) 2020-04-20 15:51:40 +02:00
Gemfile.lock Bump byebug from 11.1.2 to 11.1.3 (#1259) 2020-04-28 11:39:03 +02:00
LICENSE.md
Package.resolved Move from SPM libs to TSC (#1230) 2020-04-17 08:24:24 +02:00
Package.swift Version 1.7.1 2020-04-21 16:49:31 +02:00
README.md Update README.md 2020-03-26 08:22:18 +01:00
RELEASE.md Update the RELEASE process 2020-03-31 16:44:27 +02:00
Rakefile Some minor fixes 2020-03-27 15:01:40 +01:00
secrets.ejson

README.md

code style: prettier Slack

What's Tuist 🕺

Tuist is a command line tool that helps you generate, maintain and interact with Xcode projects.

It's open source and written in Swift.

Install ⬇️

bash <(curl -Ls https://install.tuist.io)

Bootstrap your first project 🌀

tuist init --platform ios
tuist generate # Generates Xcode project & workspace

Check out the project "Getting Started" guide to learn more about Tuist and all its features.

Documentation 📝

Do you want to know more about what Tuist can offer you? Or perhaps want to contribute to the project and you need a starting point? You can check out the project documentation.

Contribute 👩‍💻

If you are interested in contributed to the project, our documentation has a section with resources for contributors. We recommend starting from this page.

Shield

If your project uses Tuist, you can add the following badge to your project README:

Tuist Badge

[![Tuist Badge](https://img.shields.io/badge/powered%20by-Tuist-green.svg?longCache=true)](https://github.com/tuist)