0.9.7 • Published 9 years ago

@longchiwen/nant v0.9.7

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
9 years ago

Npm package for Nant

Package contains Nant binaries and node module wrapper. Check out Nant on sourceforge.

Nant version: 0.9.2

Install

npm install @longchiwen/nant --save

Use form node

var nant = require("@longchiwen/nant");
nant.run(["-help"]);

Function returns Promise.

Use form npm

lcw-nant -help

Test

Checkout from repo first.

npm test

Release History

  • 0.9.4 Added node module wrapper
  • 0.9.3 Config changes
  • 0.9.2 Initial release
0.9.7

9 years ago

0.9.6

9 years ago

0.9.5

10 years ago

0.9.4

10 years ago

0.9.2

10 years ago