Metadata-Version: 2.0
Name: collate-cs
Version: 0.45
Summary: thin -> cs
Home-page: https://bitbucket.org/Cogbot/collate_cs
Author: Luke Aver
Author-email: luke.avery@live.co.uk
License: MIT
Description-Content-Type: UNKNOWN
Keywords: class,attribute,boilerplate
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules

## description

The thin format for source code is designed to minimise visual distraction when coding. Methods and variable declarations are separated into different files. Whitespace is syntactically significant.

This repository contains the python code used to translate thin format csharp code into normal csharp code.

## usage

collate_cs from_path to_path depth

## getting started

To work on developing this repository, add a file called local.zsh with the following format:

\#!/bin/zsh
nunit_path='nunit.framework.dll Windows path'
csc='csc.exe path'
nunit_runner='nunitlite-runner.exe path'


