1.1.4 • Published 7 years ago

dotnet v1.1.4

Weekly downloads
489
License
MIT
Repository
github
Last release
7 years ago

dotnet

New. Restore. Run. Build. Test. Publish. Pack.

##Just a command-line wrapper. For CLR/.NET Core/Mono - in process checkout https://github.com/tjanczuk/edge.

var dotnet = require('dotnet');
dotnet.new();

install

With npm do:

npm install dotnet

With bower do:

bower install dotnet

examples

Running single command

require('dotnet').new();

Running multiple commands - method chaining

var dotnet = require('dotnet');
dotnet.new().restore().build().publish();

Running multiple commands - series

var dotnet = require('dotnet');
dotnet.series(['new','restore','build','publish']);
1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.1

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago