Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/remarkablemark/npm-package-name-checker
- Owner: remarkablemark
- License: mit
- Created: 2016-09-05T00:51:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T12:04:36.000Z (6 months ago)
- Last Synced: 2024-05-01T21:25:42.208Z (6 months ago)
- Topics: checker, name, npm, npm-package, package, site
- Language: TypeScript
- Homepage: https://b.remarkabl.org/npm-package-name-checker
- Size: 1.09 MB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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)