Socket
Book a DemoInstallSign in
Socket

cortex-scaffold-generator

Package Overview
Dependencies
Maintainers
3
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cortex-scaffold-generator

Scaffold generator for cortex.

latest
npmnpm
Version
4.1.5
Version published
Maintainers
3
Created
Source

cortex-scaffold-generator NPM version Build Status Dependency Status

Generates the cortex scaffold files for new project.

Installation

npm install cortex-scaffold-generator --save

generator(pkg, options, callback)

  • pkg Object the object of cortex.json
  • options Object
    • override Boolean='false' whether should override existing files
    • cwd path current working directory
    • template String='default' template name. Actually, there's only one available template which is 'default'.
    • license String='MIT'
    • neuron_version String version of neuron
  • callback function(err)
  • err Error

Keywords

cortex

FAQs

Package last updated on 10 Apr 2015

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