You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@openstapps/configuration

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openstapps/configuration

A collection of configuration base files for StApps projects.

0.34.0
latest
Source
npmnpm
Version published
Weekly downloads
286
16.26%
Maintainers
3
Weekly downloads
 
Created
Source

@openstapps/configuration

pipeline status npm license) documentation

Checks your @openstapps project's configuration and automatically adjusts it to adhere to the suggested defaults.

Installation

Install it as a dev dependency in your project and it will check your configuration and add a script in your package.json to check the configuration again easily afterwards.

npm install --save-dev @openstapps/configuration
npm run check-configuration

You can also install it globally and use it as a cli.

npm install -g @openstapps/configuration
openstapps-configuration --help

Configuration

To configure how your project's configuration is checked add a property "openstappsConfiguration" to your package.json with all or some properties of the configuration.

FAQs

Package last updated on 17 Jan 2023

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