Socket
Socket
Sign inDemoInstall

typescript-npm-cli-template

Package Overview
Dependencies
1
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    typescript-npm-cli-template

A template for creating npm CLI tools using TypeScript and VSCode


Version published
Weekly downloads
4
Maintainers
1
Install size
152 kB
Created
Weekly downloads
 

Readme

Source

typescript-npm-cli-template

Boilerplate to kickstart creating a Node.js command-line tool

Inspired by node-cli-boilerplate

Getting started

Click the "Use this template" button.

Alternatively, create a new directory and then run:

curl -fsSL https://github.com/ryansonshine/typescript-npm-cli-template/archive/main.tar.gz | tar -xz --strip-components=1

Remove everything from here and above


my-cli-name

npm package Build Status Downloads Issues Code Coverage Commitizen Friendly Semantic Release

My awesome command-line tool

Install

npm install my-cli-name

Usage

Usage: my-command [options]

Options:
  -V, --version            output the version number
  -d, --debug              enables verbose logging (default: false)
  -v, --verbose            enables verbose logging (default: false)

Examples:

  $ my-command --version
  1.0.0

Keywords

FAQs

Last updated on 10 Jun 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc