1.1.5-beta.6 • Published 4 months ago

@vintecc/interact-tools v1.1.5-beta.6

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

Interact-tools

Installation

npm install @vintecc/interact-tools -g
- or -
npm install @vintecc/interact-tools --save-dev

Initialise repository

interact-tools init

Adding a component

interact-tools add-component

Build components for production

interact-tools build-components

Watch components for developent

interact-tools watch-components

interact.config.json

Build path should be relative to current directory.

{
    "buildPath": "build", // specifies the path where the components will be compiled
    "devBuildPath": "build" // build path for the watch-components script
}

Show available options

interact-tools help