minimal-npm-sjs-cli-example
v0.0.5
Published
minimal-npm-sjs-cli-example is a minimal cli application publishing to npm
Downloads
13
Readme
minimal-npm-sjs-cli-example - Minimal NPM CLI Example 
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_TOKENto 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
