3.4.0 • Published 4 months ago

@skarab/skaffold v3.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@skarab/skaffold

The best way to scaffold a project as I would do it myself.

Features

Installation

pnpm add --global @skarab/skaffold

Example

skaffold my-amazing-project
cd ./my-amazing-project
pnpm install
pnpm update # optional

Usage

Usage: skaffold [options] [command]

The best way to scaffold a project as I would do it myself (Kappa).

Options:
  -v, --version            output the version number
  -h, --help               display help for command

Commands:
  create [options] [name]  create a new project
  help [command]           display help for command

Publishing

If you have selected the release feature when creating your project, please check the following points:

  1. Make sure you add your NPM_TOKEN as a secret in your repo configuration.
  2. Edit the .github/workflows/CI.yml file and uncomment the release job.
  3. Edit the package.json and make your project public.

    {
      "private": false,
      "publishConfig": {
        "access": "public"
      }
    }

The next time you push on the main branch your package will be automatically published on NPM 🚀

My shared configurations

3.4.0

4 months ago

3.3.0

4 months ago

3.2.0

4 months ago

3.1.1

4 months ago

3.1.0

4 months ago

3.0.1

4 months ago

3.0.0

4 months ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.6.3

2 years ago

1.6.2

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago