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

@xylabs/config

Package Overview
Dependencies
Maintainers
0
Versions
716
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/config

TypeScript project scripts

  • 4.2.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
24
increased by33.33%
Maintainers
0
Weekly downloads
 
Created
Source

logo

Typescript Project Scripts

Description

Scripts that are used to develop, build, and analyze Typescript projects. Can be used directly for generating esm modules.

Required Tools (Global)

Tools

Global Configuration

  • Install Visual Studio Code (vsCode)
  • Install NPM (Node.js)
  • Install Yarn
  • Install Git

Project Scripts

build

Builds the package (lint and compile)

clean

Removes all non-source files that are created during a builds

compile

Compile the package

cycle

Uses ESLint to check for code cycles up to 10 levels deep

dead

Uses TS-Prune to display all unused exports

deps

Displays all dependencies that have a new version available on npmjs

deploy

Deploy the package to NPMJS

fix

Fixes all lint issues that can be automatically fixed using ESLint/Prettier

lint

Lint the package using ESLint/Prettier

resintall

Deletes the node_modules folder and installs all dependencies

up

Displays all dependencies with stale versions in package.json

updo

Updates package.json to reflect actual version of dependencies being used

Maintainers

License

See the LICENSE file for license details

Credits

Made with 🔥 and ❄️ by XY Labs

Keywords

FAQs

Package last updated on 12 Nov 2024

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