0.4.3 • Published 10 years ago

ts-globber v0.4.3

Weekly downloads
3
License
MIT
Repository
github
Last release
10 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

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.6

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago