New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@byteblaze/good-start

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@byteblaze/good-start

A cli for managing node configs dynamically

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

Critical Events

CI goal of the Build Artifact

  • Start
  • Build
  • Test

CD JS good defaults + do it as per ur will

Onboard

Node config hell

  • To initalise gs in our existing project

    npx run gs init --clean or --default

  • To start gs core

    npx run gs --start

  • To see the new updated workflow of commands

    npx run gs --update-package

  • To clear the unwanted files

    npx run gs --nuke

To automate the Update gitignore file via git hook

  • for pre-build.sh
#!/bin/bash

# Path to the update_gitignore.sh script
SETUP_SCRIPT="./update_gitignore.sh"

# Run the setup script if it exists
if [ -f "$SETUP_SCRIPT" ]; then
    bash "$SETUP_SCRIPT"
fi

Keywords

cli

FAQs

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