Skip to content

Commit f59d170

Browse files
committed
📝 docs(env): change docs
1 parent 1cb62d5 commit f59d170

File tree

4 files changed

+21
-29
lines changed

4 files changed

+21
-29
lines changed

.dovenv/husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
echo
1010
echo 'commit meessage 🚀'
1111
echo
12-
pnpm --silent . lint commitlint --silent $1
12+
node --run . lint:commit -- $1
1313
echo

.dovenv/husky/pre-commit

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# @see https://www.npmjs.com/package/lint-staged
88
###############################################################################
99

10-
echo 'Precommit 🚀'
10+
echo '🚀 Precommit'
1111
echo
12-
pnpm --silent . check --silent
12+
pnpm test:check-ws
1313
echo
14-
pnpm --silent . lint staged --silent
14+
node --run . lint:staged

.dovenv/pigeonposse.yml

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,14 @@
1-
###############################################################################
2-
# FOR PIGEONPOSSE USAGE
3-
###############################################################################
1+
# yaml-language-server: $schema=https://www.unpkg.com/@pigeonposse/api-2025@latest/dist/schema/config.json
2+
# Automatically generated by "creatium". Please do not edit manually.
43

54
web:
6-
75
creatium:
8-
name: "creatium"
9-
type: "library"
10-
subtypes:
11-
- Bin
12-
- CLI
13-
- Node
14-
version: "0.0.1"
15-
description: "Toolkit for make your code workspace easier. Create documentation, add beautiful commits, lint and much more."
16-
homepage: "https://github.com/pigeonposse/creatium"
17-
repo: "https://github.com/pigeonposse/creatium"
18-
license: "https://github.com/pigeonposse/backan/blob/main/LICENSE"
19-
# logo: "https://raw.githubusercontent.com/pigeonposse/binarium/main/docs/public/logo.png"
20-
# banner: "https://raw.githubusercontent.com/pigeonposse/binarium/main/docs/public/banner.png"
21-
status: "active"
22-
23-
###############################################################################
6+
name: creatium
7+
desc: Build your create-bins quickly and easily
8+
homepage: https://creatium.pigeonposse.com
9+
type:
10+
- library
11+
license:
12+
name: GPL-3.0
13+
url: https://github.com/pigeonposse/creatium/blob/main/LICENSE
14+
status: active

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,16 @@
4646
"build": "pnpm -F creatium build && pnpm -F create-creatium build",
4747
"build-doc": "dovenv predocs && dovenv docs build",
4848
"core": "pnpm -F creatium",
49-
"lint:eslint": "node --run . -- lint eslint",
50-
"lint:pkg": "node --run . -- lint custom -k pkg",
51-
"lint:staged": "node --run . -- lint staged --silent",
49+
"lint:commit": "dovenv lint commit --silent",
50+
"lint:eslint": "dovenv lint eslint --silent",
51+
"lint:pkg": "dovenv lint custom -k pkg --silent",
52+
"lint:staged": "dovenv lint staged --silent",
5253
"prepare": "dovenv git husky --silent",
5354
"test": "pnpm run --sequential \"/test:.*/\"",
5455
"test:check": "pnpm --parallel check",
55-
"test:check-ws": "node --run . -- check --silent",
56+
"test:check-ws": "dovenv check --silent",
5657
"test:pkg": "pnpm --parallel test",
57-
"test:transform-ws": "node --run . -- transform --silent"
58+
"test:transform-ws": "dovenv transform --silent"
5859
},
5960
"devDependencies": {
6061
"@changesets/changelog-github": "0.5.1",

0 commit comments

Comments
 (0)