JSPM

  • Created
  • Published
  • Downloads 4236
  • Score
    100M100P100Q115290F
  • License MIT

Build and load native Rust/Neon modules.

Package Exports

  • neon-cli

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 (neon-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

The Neon Command-Line Tool

Build Status npm

Automatically create and build Neon modules.

Screencast

Getting started

Install neon-cli as a global package:

npm install -g neon-cli

To create a new Neon project, use neon new:

neon new my-project

This will ask you a few questions and then generate a project skeleton for you. Follow the instructions from there to build and run your project!

Requirements

See the Neon README.

Commands

neon new

Creates a new Neon project skeleton.

neon new <name> [--rust|-r <toolchain>]

The name is the project name and the name of the subdirectory of the current working directory that will be created.

The optional --rust parameter allows specifying a custom toolchain (stable or nightly) to use for building the project with multirust instead of the system default Rust installation.

Get Involved

The Neon community is just getting started and there's tons of fun to be had. Come play! :)

The Rust Bindings community Slack is open to all; use the Slackin app to receive an invitation.

License

MIT