jerni-dev

1.0.4 • Public • Published

jerni-dev

Installation

y add jerni
y add -D jerni-dev

Usage

To start developing a jerni project, you can use jerni-dev to setup hot-reload, event editor and other useful devtools. First, replace jerni command with jerni-dev in dev environment.

Given your normal start script is:

{
  "scripts": {
    "start": "jerni start my-journey.js"
  }
}

Add a new dev script as follow

{
  "scripts": {
    "dev": "jerni-dev start my-journey.js",
    "start": "jerni start my-journey.js"
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i jerni-dev

Weekly Downloads

3

Version

1.0.4

License

ISC

Unpacked Size

40.9 kB

Total Files

17

Last publish

Collaborators

  • tungv