npm install start-cli-core



CLI core for Start.
``sh`
npm install --save-dev start-cli-coreor
yarn add --dev start-cli-core
`js
#!/usr/bin/env node
import 'start-cli-core';
`
`
Usage: index [options]
Options:
-h, --help output usage information
-f, --file,
-p, --preset,
``
See documentation for details.