All Projects → neon-bindings → neon-cli

neon-bindings / neon-cli

Licence: Apache-2.0, MIT licenses found Licenses found Apache-2.0 LICENSE-APACHE MIT LICENSE-MIT
[MOVED] THIS REPOSITORY HAS BEEN MERGED INTO neon-bindings/neon

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

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

Licensed under either of

at your option.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].