JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q25898F
  • License MIT

Like C for Javascript

Package Exports

  • neutrinoscript

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (neutrinoscript) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Neutrino Script

Like C for Javascript

About

Neutrino script is a subset of javascript designed to allow low level memory management, shortcodes, defines, and more. See our website at http://neutrinoscript.com/ for more detailed documentation.

Installing

Using npm on your command prompt / terminal run the following commands:

npm install -g neutrino
npm install -g neutrino-memory

Getting Started

See our documentation on our website http://neutrinoscript.com/ for examples of how to write neutrinoscript .neu files.

Running in NodeJS

neutrino run /path/to/your/script.neu

Running in the Browser

Please see the documentation on how to use the provided build/neutrino.js file on the web.

** Changes from 1.0.1 to 1.1.0 introduce a new way to load neutrino script via the web.

Simply replace:

window.neutrino.web(document);

with

var neutrino = require('neutrino');
neutrino.web(document);

License

Neutrino script is licensed under the MIT license