1.0.0 • Published 8 months ago
@sirmews/is-awesome v1.0.0
is-awesome
A simple package to determine level of awesome based on whether a supplied string of followers includes Jade.
Installation
npm install is-awesome
# or
bun install is-awesomeUsage
import { levelOfAwesomeness } from "is-awesome";
// Check if something is awesome
console.log(levelOfAwesomeness(["Jade"])); // Output: 'Awesome'
console.log(levelOfAwesomeness(["John", "Clyde"])); // Output: 'Lame'Development
This package uses Bun for development. To get started:
- Clone the repository
- Run
bun install - Run
bun testto run tests - Run
bun run buildto build the package
Publishing
Use the Makefile commands for easy deployment:
make test # Run tests
make build # Build the package
make publish # Publish to npmLicense
1.0.0
8 months ago