modo-studio / nova

Definition file for your Apple OS projects (applications, extensions, frameworks)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nova

Swift Package Manager Twitter: @pepibumur

Cartago file

A cartago.yml defines the structure of your project for Apple platforms, decoupling it from Xcode. In a Cartago file you can define things like:

  • Source files.
  • Type of product (app, extension, framework...)
  • Test files.
  • Dependencies with other cartago projects.

Nova is a Swift library that provides tools for parsing and validating Cartago files.

Motivation

Cartago files are used by cartago, a command line tools that offers:

  • Generation of Xcode projects.
  • Building without using Xcode.
  • ...

Contribute

  1. Git clone the repository git@github.com:carambalabs/nova.git.
  2. Open nova.xcodeproj

Example

// Cartagofile
type: app
source_files:
    - Sources/*.swift

About

This project is funded and maintained by Caramba. We 💛 open source software!

Check out our other open source projects, read our blog or say 👋 on twitter @carambalabs.

Contribute

Contributions are welcome 🤘 We encourage developers like you to help us improve the projects we've shared with the community. Please see the Contributing Guide and the Code of Conduct.

License

MIT License

Copyright (c) 2017 Cartago

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Definition file for your Apple OS projects (applications, extensions, frameworks)

License:MIT License


Languages

Language:Swift 100.0%