zconf 0.1.3

help to write configuration files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
set windows-powershell := true

pull: prettier fix test


test:
	cargo test --workspace

fix: fmt
	cargo clippy --workspace --fix --allow-dirty --allow-staged

fmt:
	cargo fmt --all

prettier:
	# install on Debian: sudo snap install node --classic
	# npx is the command to run npm package, node is the runtime
	npx prettier -w .