0.2.1 • Published 10 years ago

cortex-dev-tools v0.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

cortex-dev-tools NPM version Build Status Dependency Status

A tools set for development usage when using cortex.

Install

$ npm install cortex-dev-tools -g

Usage

debug server for neocortex-4j 0.2.2

Start debug server serve resource files via chrome extension. (You should run cortex install and cortex build before debug):

$ ctx-dserver -E alpha -p 5050

proxy

Start proxy in dev folder of your module (You should run cortex install and cortex build before debug):

$ ctx-proxy -b www.example.com -p 5050

Then configure proxy of your browser to localhost:5050. Refresh the page, js/css files will be loaded from your local directory.

Licence

MIT

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago