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

@nam088/ci-setup

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nam088/ci-setup

CLI to verify and setup Semantic Release CI/CD workflow

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

@nam088/ci-setup

A CLI tool to automatically verify and setup Semantic Release CI/CD workflow with Trusted Publishing.

Installation

npm install -g @nam088/ci-setup

Usage

Navigate to your project root and run:

nam088-ci-setup

Options

OptionAliasDescription
--owner-oGitHub Owner/Organization
--repo-rRepository Name
--no-depsSkip manual dependency installation

Example

nam088-ci-setup --owner Nam088 --repo my-project

Features

  • ✅ Checks for git initialization
  • ✅ Installs semantic-release and plugins
  • ✅ Creates .releaserc.json with main, beta, develop branches support
  • ✅ Creates .github/workflows/release.yml configured for Trusted Publishing
  • ✅ Updates package.json repository URL

FAQs

Package last updated on 07 Dec 2025

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