Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zumerlab/zumerbox-npm-init
- Owner: zumerlab
- License: mit
- Created: 2024-03-26T13:44:43.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-28T12:26:41.000Z (10 months ago)
- Last Synced: 2024-12-15T04:21:30.019Z (about 1 month ago)
- Topics: check-availibility, check-validity, npm-package, zumerbox
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.