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.
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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 .
|
||||
|
@ -1,9 +1,8 @@
|
||||
# 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.
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user