Coder Social home page Coder Social logo

cubo's Introduction

Cubo

A (meta) build system with multiple backends (make, ninja, tup, custom) for C# application inspired by Dub.

Usage

  1. Install cubo
  1. Create a cubo.json file in your C# project. It should look like this:
{
   "name": "Depot",
   "description": "A Depot Library",
   "copyright": "Copyright © 2018, Orefe",
   "homepage": "",
   "authors": ["Orfeo"],
   "license": "BSD 3-clause",
   "targetType": "library",
   "targetPath": "bin",
   "sdk" : "4.7",

   "libs": [ "System.Data.dll", "YamlDotNet.dll", "log4net.dll"],
   "sourceFiles": [],
   "dependencies": {
      "Exception": { "version": "0.3.1", "url" : "[email protected]:ml_cs/Exception.git"},
      "Unstandard": { "version": "1.1.0", "url" : "[email protected]:o3o/Unstandard.git"}
   }
}
  1. Run cubo
$ cubo

It will create .cubo folder, clones the repositories and creates ninja files

It is recommended to add .cubo folder to .gitignore.

Json file

cubo.json is a Json objects.

Name Type Description
name [required] string Name of the package, used to uniquely identify the package.
description string Brief description of the package
copyright string Copyright declaration string
authors string[] List of project authors
license string License(s) under which the project can be used
targetType string Specifies a specific target type (exe, winexe, library)
targetPath string The destination path of the output binary
sdk string Specifies SDK version of referenced assemblies
libs string[] Specifies the location of referenced assemblies
sourceFiles string[] Additional files passed to the compile
dependencies T[string] List of project dependencies

cubo's People

Contributors

o3o avatar

Watchers

 avatar  avatar  avatar

cubo's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.