Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/remarkablemark/npm-package-name-checker

🔎 Check if an npm package name is available.
https://github.com/remarkablemark/npm-package-name-checker

checker name npm npm-package package site

Last synced: 10 days ago
JSON representation

🔎 Check if an npm package name is available.

Awesome Lists containing this project

README

        

# npm package name checker

![release](https://img.shields.io/github/v/release/remarkablemark/npm-package-name-checker)
[![build](https://github.com/remarkablemark/npm-package-name-checker/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablemark/npm-package-name-checker/actions/workflows/build.yml)

:mag_right: Check if an [npm](https://www.npmjs.com) package name is available: https://b.remarkabl.org/npm-package-name-checker

See [validate-npm-package-name](https://github.com/npm/validate-npm-package-name).

## Stack

### Design

- [Material Design Lite](https://getmdl.io)
- [Material Icons](https://design.google.com/icons/)
- [Roboto Font](https://fonts.google.com/specimen/Roboto)

### API

- [CORSmirror](https://corsmirror.com/)
- [npm-registry](https://docs.npmjs.com/misc/registry)

### Hosting

- [GitHub Pages](https://pages.github.com/)

## Install

Clone the repository:

```sh
git clone https://github.com/remarkablemark/npm-package-name-checker.git
cd npm-package-name-checker
```

Install the dependencies:

```sh
npm install
```

## Available Scripts

In the root directory, you can run:

### `npm start`

Starts the local development server.

### `npm run build`

Builds the web app for production.

### `npm run clean`

Removes the `dist/` folder.

## License

[MIT](LICENSE)