0.4.3 • Published 9 years ago

ts-globber v0.4.3

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

Build Status

Ts-globber

Re-propagate the 'files' property of your tsconfig.json.

Installation

// As a cli-tool
npm install -g ts-globber

// As a node module
npm install ts-globber --save

Example Usage

Use it in your Visual Studio Code build task:

{
	"version": "0.1.0",
	"command": "tsglob",
    "args": ["&&","tsc"],
	"isShellCommand": true,
	"showOutput": "silent",
	"problemMatcher": "$tsc"
}
// CLI
cd ~/projects/myTsProject
tsglob


// Module -- in code
var tsglobber = require("ts-globber");
tsglobber();

// Module -- command line
node node_modules/ts-globber/bin/index.js
0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.6

9 years ago

0.3.4

9 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago