@neo-one/csharp

0.0.1 • Public • Published

@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.

Package Sidebar

Install

npm i @neo-one/csharp

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • dicarlo
  • spencercorwin