/mrdanishsaleem-npm-cli

This is a command-line interface (CLI) tool that allows you to create and manage your npm packages easily.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

mrdanishsaleem-npm-cli

This is a command-line interface (CLI) tool that allows you to create and manage your npm packages easily.

Features

  • Initialize a new npm package with a template package.json file
  • Publish your package to the npm registry with one command
  • Update your package version and tag it with git
  • Run scripts and tests for your package
  • Install dependencies and devDependencies for your package

Installation

To install this CLI tool globally, run:

npm install -g mrdanishsaleem-npm-cli

Usage

To use this CLI tool, run:

mrdanishsaleem [command] [options] The available commands are:

init: Initialize a new npm package in the current directory

publish: Publish your package to the npm registry

update: Update your package version and tag it with git

run: Run scripts and tests for your package

install: Install dependencies and devDependencies for your package

For more details on each command, run:

mrdanishsaleem help [command]

License

This project is licensed under the MIT License - see the LICENSE file for details.