@byteblaze/good-start

0.0.5 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @byteblaze/good-start

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

14.2 kB

Total Files

18

Last publish

Collaborators

  • snrakshith