Socket
Book a DemoInstallSign in
Socket

@start/cli

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@start/cli

⬛️ CLI entry point

2.0.1
latest
Source
npmnpm
Version published
Weekly downloads
83
-41.55%
Maintainers
3
Weekly downloads
 
Created
Source

⬛️ cli

CLI entry point.

Install

$ yarn add --dev @start/cli

Usage

Example

// package.json

"start": {
  // `./tasks` by default if there is no `preset` option
  "file": "./my-tasks-file",
  // module name as a preset, overrides `file` option
  "preset": "my-awesome-start-preset",
  // modules to require before anything else, kinda `node -r`
  "require": [
    // module name
    "whatever-require-hook-lib",
    // or a tuple with settings, just like in Babel
    [
      "@babel/register",
      {
        "extensions": [
          ".ts",
          ".js"
        ]
      }
    ]
  ],
  // reporter module name
  "reporter": "@start/reporter-verbose"
}
$ yarn start

One of the following task names is required:
* foo
* bar
* baz
$ yarn start foo
$ yarn start bar arg
$ yarn start baz arg1 arg2

Keywords

tasks

FAQs

Package last updated on 15 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.