🚀 DAY 2 OF LAUNCH WEEK: Unify Your Security Stack with Socket Basics.Learn more →
Socket
Book a DemoInstallSign in
Socket

@skedulo/sdk-dev-utilities

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skedulo/sdk-dev-utilities

Utilities for development of Packaging projects

latest
npmnpm
Version
0.0.6
Version published
Weekly downloads
243
-29.36%
Maintainers
0
Weekly downloads
 
Created
Source

Skedulo SDK Boilerplate Development Utilities

External development utilities for Skedulo Packages. This project includes utilities such as GraphQL type generation and environment handling. This project is intended to be used only as a dev dependency in package projects because of its dependency on Node and the filesystem.

To develop both the dev public package and the component boilerplates, it's recommended that yarn link is used across projects to test changes locally. For the package, this involves running yarn link at the root and for each boilerplate running yarn link @skedulo/sdk-dev-utilities.

Package Development

  • Dependency Installation: yarn bootstrap
  • Compile the package: yarn build
  • Develop the package (in watch mode): yarn dev
  • Release package for local version to NPM: yarn release-package

FAQs

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