Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sewing-kit/cli

Package Overview
Dependencies
Maintainers
4
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sewing-kit/cli

The CLI for sewing-kit-next

  • 0.6.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
19
decreased by-84.55%
Maintainers
4
Weekly downloads
 
Created
Source

@sewing-kit/cli

The CLI for working with sewing-kit-next.

These commands trigger the functionality imparted to your project by the plugins consumed in your sewing-kit.configs. The options will be passed to the plugins.

Installation

yarn add @sewing-kit/cli --dev

Usage

yarn sewing-kit-next <command> <options>
# or...
yarn sk <command> <options>

Commands

CommandFunction
buildBuilds the apps, services, and packages in your workspace
devStarts a hot-reloading development server
testRuns tests
lintLints your code
type-checkType-checks your code

Options

build

OptionDescriptionType and Default
--source-mapsGenerate sourcemaps for the buildboolean, defaults to false
--envWhether to build for production (or prod) or developmentstring, defaults to production
--no-cacheRuns a build without cacheboolean, defaults to false

dev

OptionDescriptionType and Default
--source-mapsGenerate sourcemaps for the buildboolean, defaults to false
--reloadUse fast reloading (fast)string, defaults to none

test

OptionDescriptionType and Default
--helpDisplay options and their descriptions (WIP)
--no-watchTurn off watch modeboolean, defaults to false
--coverageGenerate coverage databoolean defaults to false
--debugRun tests in debug mode (for instance, with plugin-jest this enables the runInBand option)boolean, defaults to false
--update-snapshotsEnable snapshots for failed testsboolean, defaults to false
--test-name-patternMatching string or globbing pattern to run specific testsstring, defaults to running nothing

lint

OptionDescriptionType and Default
--fixFix lint errorsboolean, defaults to false
--cacheCache linting results for performanceboolean, defaults to true
--allow-emptyAllow matchless globsboolean, defaults to false

type-check

OptionDescriptionType and Default
--watchType-check in watch modeboolean, defaults to false
--cacheCache type-check resultsboolean, defaults to true

FAQs

Package last updated on 09 Sep 2021

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc