mirror of
https://github.com/garraflavatra/trmclr.git
synced 2025-04-20 12:11:03 +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:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run lint
|
- run: npx eslint .
|
||||||
- run: npm run build
|
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
# trmclr
|
# trmclr
|
||||||
|
|
||||||
[](https://www.npmjs.com/package/trmclr)
|
Easy terminal colors.
|
||||||
|
|
||||||
Easy terminal colors for browsers, [Node.js](https://nodejs.org), [Deno](https://deno.com), [Bun](https://bun.sh), and probably some other environments.
|
|
||||||
|
|
||||||
|
- 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.
|
- Comes with 45 colors and helpers.
|
||||||
- Respects [`NO_COLOR`](https://no-color.org/).
|
- Respects [`NO_COLOR`](https://no-color.org/).
|
||||||
- No dependencies.
|
- No dependencies.
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
"homepage": "https://github.com/garraflavatra/trmclr#readme",
|
"homepage": "https://github.com/garraflavatra/trmclr#readme",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rm -rf dist && tsc && rollup index.mjs -f umd -n trmclr -o dist/index.cjs",
|
"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": {
|
"devDependencies": {
|
||||||
"@garraflavatra/yeslint": "^1.2.0",
|
"@garraflavatra/yeslint": "^1.2.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user