1.1.2 • Published 1 year ago

eaciest-cli v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

eaciest-cli

Provides systems watcher to aggregate their initialization into one file

Install

yarn add -D eaciest-cli

or

npm install --save-dev eaciest-cli

Run

yarn eaciest

or

npm run eaciest

or

npx eaciest-cli

Config

Optionally create a eaciest.config.json file to override default config values:

{
  // Source root
  "src": "src",
  // glob to search the system files
  "glob": "**/systems/**/*.js", 
  // file which will contain all the systems
  "systemSetupFile": "system-setup.js",
  // function name which will initialize all the systems
  "systemsExportFunctionName": "setup_systems"
}

You can specify different config file name through --config

The config also can be an array of objects instead to run watchers on different directories, for example.

1.1.1

1 year ago

1.1.2

1 year ago

0.5.5

2 years ago

0.5.4

3 years ago

0.5.3

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago