1.0.11 • Published 8 years ago

linq-to-type v1.0.11

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Linq To Type

Build Status Coverage Status TypeScript definitions on DefinitelyTyped npm version

A library written entirely in typescript inspired Linq that exists in .NET.

Linq to type allows for the manipulation of data collections in the same way we do in C # using lambda expressions.

Contribute & Develop

We've set up a separate document for our contribution guidelines.

Building

In this section we will see how to do to contribute com o Linq To Type.

Installing Dependencies

Before you can build the project, you must install and configure the following dependencies on your machine:

  • Git: The Github Guide to Installing Git is a good source of information].
  • Node.js v6.x (LTS): We use Node to run tests, and generate distributable files. Depending on your system, you can install Node either from source or as a pre-packaged bundle.
  • We recommend using nvm (or nvm-windows) to manage and install Node.js, which makes it easy to change the version of Node.js per project.
  • Typescript because our project is TypeScript based.

Build

# Clone your Github repository:
git clone https://github.com/<github username>/linq-to-type.git

# Go to the Linq To Type directory:
cd linq-to-type

# Add the main Linq To Type repository as an upstream remote to your repository:
git remote add upstream "https://github.com/nicolastakashi/linq-to-type.git"

# Install node.js dependencies:
npm install

# Run Linq To Type tests
npm test
1.0.11

8 years ago

1.0.10

8 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago