New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@servicetitan/startup

Package Overview
Dependencies
Maintainers
0
Versions
292
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@servicetitan/startup

28.5.0
latest
Source
npm
Version published
Weekly downloads
5.5K
-24.4%
Maintainers
0
Weekly downloads
 
Created
Source

@servicetitan/startup

Run Locally

Initial Setup

  • Globally install the yalc package
$ npm i yalc -g
  • Build the uikit packages
$ cd <path-to-uikit>
$ npm run build
  • Run yalc publish in the startup package folder
$ cd .\packages\startup\
$ yalc publish
  • Run yalc add @servicetitan/startup in your dependent project, which will use the current version of the startup package
$ cd <path-to-your-project>
$ yalc add @servicetitan/startup
  • Update your dependencies
$ npm run bootstrap

Fetch Changes

  • Build the uikit packages
$ cd <path-to-uikit>
$ npm run build
  • Run yalc push in the startup package folder
$ cd .\packages\startup\
$ yalc push
  • Update your dependencies
$ cd <path-to-your-project>
$ npm run bootstrap

FAQs

Package last updated on 20 Feb 2025

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