Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

minimal-npm-sjs-cli-example

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

minimal-npm-sjs-cli-example

minimal-npm-sjs-cli-example is a minimal cli application publishing to npm

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

minimal-npm-sjs-cli-example - Minimal NPM CLI Example Code of Conduct

Quick Start

Get your NPM_TOKEN

  • Go to NPM
  • Login
  • Click on your profile photo in the top right corner, and select Access Tokens
  • Create a new token with the Automation type, name it something that helps you identify it.
  • Come back to your repo, and click Settings
  • On the left hand bar that appears, click Secrets -> Actions
  • New Repository Secret in the top right corner and set NPM_TOKEN to the value of your token.

Write your application

Write an application that does what you want.

Publish to NPM

Create a Release on Github. The tag should start with v and be in semver. Like v0.0.1

Keywords

cli

FAQs

Package last updated on 16 Sep 2022

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