1
0
mirror of https://github.com/garraflavatra/trmclr.git synced 2025-04-20 04:11:02 +00:00

Compare commits

..

No commits in common. "main" and "v1.1.0" have entirely different histories.
main ... v1.1.0

3 changed files with 4 additions and 7 deletions

View File

@ -22,7 +22,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npx eslint .

View File

@ -1,9 +1,8 @@
# trmclr
[![NPM Version](https://img.shields.io/npm/v/trmclr)](https://www.npmjs.com/package/trmclr)
Easy terminal colors for browsers, [Node.js](https://nodejs.org), [Deno](https://deno.com), [Bun](https://bun.sh), and probably some other environments.
Easy terminal colors.
- Supports browsers, [Node.js](https://nodejs.org), [Deno](https://deno.com), [Bun](https://bun.sh), and probably some other environments.
- Comes with 45 colors and helpers.
- Respects [`NO_COLOR`](https://no-color.org/).
- No dependencies.

View File

@ -28,7 +28,7 @@
"homepage": "https://github.com/garraflavatra/trmclr#readme",
"scripts": {
"build": "rm -rf dist && tsc && rollup index.mjs -f umd -n trmclr -o dist/index.cjs",
"lint": "eslint index.mjs"
"lint": "eslint index.js"
},
"devDependencies": {
"@garraflavatra/yeslint": "^1.2.0",