1.0.5 • Published 2 years ago

mrdanishsaleem v1.0.5

Weekly downloads
-
License
GNU General Publi...
Repository
github
Last release
2 years ago

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 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.

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago