0.4.3 • Published 2 years ago

@concisejs/scripts v0.4.3

Weekly downloads
-
License
GNU GPLv3
Repository
github
Last release
2 years ago

ConciseJS scripts

Configuration and scripts for ConciseJS project.

Install

npm install --save @concisejs/scripts

Usage

Add a start script to package.json:

// package.json
{
    "scripts": {
        "start": "concise-scripts start"
    }
}

Run project with npm start:

npm start