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

@devexperts/tools

Package Overview
Dependencies
Maintainers
6
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devexperts/tools

tool set for building FE projects

  • 1.0.0-alpha.14
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

build status npm

@devexperts/tools

Build tooling for Devexperts frontend team projects.

Usage:

dx-tools <command>

Commands are located under src/scripts directory. Some of available commands:

build-lib
dx-tools build-lib <src-path> <dist-path> [-w|--watch] [-f|--failOnError] [-p|--project <relative path to custom tsconfig.json>]

Builds projects using following rules:

  • Typescript - transpile *.ts|*.tsx files, produce *.js|*.jsx & *.d.ts files, run type checking service in background
  • Stylus - copy to dist-path as-is. Compilation of stylus files is not included.
  • svg & other types of files - copy as-is.

Flags:

  • --watch - run in watch mode
  • --failOnError - if set, build process will return error code 1 in case of any Typescript compilation errors. Used for CI.
  • --project <relative path to custom tsconfig.json> - if set, build process will be using specified typescript configuration file.
storybook
dx-tools storybook -c <config-path> [-p|--port <port>] [-h|--host <hostname>]

Run storybook with predefined config in watch mode.

  • --port <port> - Set custom port. Default - 9001.
  • --host <hostname> - Set custom hostname. Default - localhost.
clean
dx-tools clean <path>

Remove dist folder before fresh build.

FAQs

Package last updated on 04 Jun 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

  • 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