Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zumerlab/zumerbox-npm-init

A zumerBox tool for creating or updating package.json checking if package name is valid and available on npm
https://github.com/zumerlab/zumerbox-npm-init

check-availibility check-validity npm-package zumerbox

Last synced: about 1 month ago
JSON representation

A zumerBox tool for creating or updating package.json checking if package name is valid and available on npm

Awesome Lists containing this project

README

        

# @zumerbox/npm-init

A tool for create or update a package.json checking if the package name is valid and available on npm.

Refer to the [ZumerBox bundle](https://github.com/zumerlab/zumerbox) for more information and tools.

## Installation

```bash
npm install @zumerbox/npm-init --save-dev
```

## Usage

```bash
npx @zumerbox/npm-init
```

## Features

- **Interactive workflow**: The script guides you through the package initialization process with interactive prompts.
- **Package validation**: Validates the package name to ensure it meets npm's requirements.
- **Package name availabity**: Verify the package name is available on npm.
- **Proxy support**: Supports configuring proxy settings for environments behind a proxy.