Neon
  • Docs
  • Examples
  • API
  • Resources
  • Roadmap
  • Help
  • Blog
  • GitHub

›Getting Started

Getting Started

  • Introduction
  • Getting Started
  • Hello World!
  • CLI

Basics

  • Primitives
  • Arrays
  • Objects
  • Arguments
  • Type Checking
  • Functions
  • Classes
  • Modules
  • JSON
  • Errors
  • Async Tasks
  • Electron Apps
  • Publishing

Advanced

  • Tooling

Other

  • Roadmap
  • Who's Using Neon
  • Learning Resources
Edit

CLI

neon new

Initialize a new Neon project in a new directory. For example, running neon new foobar will create a new directory called foobar and will add all the necessary neon boilerplate inside the directory.

neon build

Create a dev (unoptimized) build with neon. Similar to cargo build.

neon build --release

Create a release build with neon. Similar to cargo build --release.

neon clean

Clean the previous builds of neon. Similar to cargo clean.

neon version

Get the current version of neon-cli.

neon help

List all the commands of neon.

← Hello World!Primitives →
  • neon new
  • neon build
  • neon build --release
  • neon clean
  • neon version
  • neon help
Neon
Docs
Getting StartedExamplesAPI Reference
Community
User ShowcaseProject ChatTwitter
More
BlogGitHubStar
Copyright © 2019 Neon Bindings