New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

neuron-cli

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neuron-cli

The neuron command line tool

latest
Source
npmnpm
Version
1.10.2
Version published
Maintainers
1
Created
Source

Build Status

neuron-cli

Command line tools for neuron.js.

Before reading this document, it is better to know modules/1.1.1 and packages/1.0

Install

$ npm i -g neuron-cli

Terminology

Module

A module is the minimun logic unit of javascript and each javascript file of commonjs or es6 module is a module

Package

A package could not only contain one or more modules, but also css files, templates, images and other resources.

Project configurations

All configurations are located at neuron.config.js at the root of your project.

Frequent Commands

Helpers

$ neuron # see basic help

$ neuron build -h # see command help for `neuron build`, or you can use
$ neuron help build

Available Commands

  • neuron build build a package or packages.
  • neuron server start a neuron develop server. By default, neuron server will observe the changes of the resource files, and run the building automatically.
  • neuron watch watch a directory, and build when files change.

License

MIT

Keywords

neuron-cli

FAQs

Package last updated on 09 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts