eaciest-cli
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i eaciest-cli

Weekly Downloads

1

Version

1.1.2

License

MIT

Unpacked Size

91.4 kB

Total Files

53

Last publish

Collaborators

  • dezivert