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.
- Host: GitHub
- URL: https://github.com/paulrobertlloyd/classnames
- Owner: paulrobertlloyd
- License: mit
- Created: 2023-09-28T00:35:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-21T10:30:38.000Z (about 1 year ago)
- Last Synced: 2025-05-21T11:44:23.150Z (about 1 year ago)
- Topics: reference, resource
- Language: JavaScript
- Homepage: https://classnames.paulrobertlloyd.com
- Size: 628 KB
- Stars: 48
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.