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

https://github.com/paulrobertlloyd/classnames

A source of inspiration for naming things.
https://github.com/paulrobertlloyd/classnames

reference resource

Last synced: 11 months ago
JSON representation

A source of inspiration for naming things.

Awesome Lists containing this project

README

          

# Classnames

> There are only two hard things in computer science: cache invalidation and naming things.

Naming things needn’t be hard. Find inspiration for naming things – be that HTML classes, CSS properties or JavaScript functions – using these lists of useful words.

## Requirements

Node.js v20 or later.

## Installation

```shell
npm install
```

## Usage

```shell
npm start
```

## Contributing

Contributions are welcome. Please create a pull request with your suggestions.

Use `npm run lint` to check your code before submitting a pull request.