Skip to content

remarkablemark/npm-package-name-checker

Folders and files

NameName
Last commit message
Last commit date
Sep 18, 2022
Sep 18, 2022
Sep 19, 2022
Sep 18, 2022
Sep 18, 2022
Sep 18, 2022
Sep 18, 2022
Sep 18, 2022
Sep 19, 2022
Sep 18, 2022
Sep 19, 2022
Sep 18, 2022

Repository files navigation

npm package name checker

A static site that checks whether an npm package name is taken or available.

Built With

Design:

API:

Hosting:

Resources:

Install

Clone the repository:

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

Install the dependencies:

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.