0.0.1 • Published 6 years ago

@neo-one/csharp v0.0.1

Weekly downloads
27
License
MIT
Repository
github
Last release
6 years ago

@neo-one/csharp

Binary wrapper for neon - C# compiler for the NEO Virtual Machine

OS X, Linux and Windows binaries are currently provided.

CLI

$ npm install --global @neo-one/csharp
$ neo-one-csharp sc.dll

API

$ npm install --save @neo-one/csharp
const execFile = require('child_process').execFile;
const csharp = require('@neo-one/csharp');

execFile(csharp, ['sc.dll'], (err, stdout) => {
  console.log(stdout);
});

License

@neo-one/csharp is MIT-licensed.