https://github.com/stormwarning/zazen
⛩ Manage project tooling, free of weariness and confusion
https://github.com/stormwarning/zazen
cli
Last synced: 4 months ago
JSON representation
⛩ Manage project tooling, free of weariness and confusion
- Host: GitHub
- URL: https://github.com/stormwarning/zazen
- Owner: stormwarning
- License: isc
- Created: 2017-10-19T19:23:22.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2026-02-03T03:58:17.000Z (4 months ago)
- Last Synced: 2026-02-03T04:12:20.575Z (4 months ago)
- Topics: cli
- Language: JavaScript
- Homepage:
- Size: 992 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 座禅
> Manage project tooling configuration, free of weariness and confusion.
A CLI to maintain consistent configuration across projects.
> To practice the Way singleheartedly is, in itself, enlightenment. There is no gap between practice and enlightenment or zazen and daily life.
## Features
- [ ] Scaffolding
- GitHub Actions
- [Changesets](https://github.com/changesets/changesets)
- [Renovate](https://docs.renovatebot.com)
- [Husky](https://github.com/typicode/husky)
- [x] Maintain configuration
- Manages tool configs, allowing escape hatches where needed.
- [ ] Linting & formatting
- [ESlint](https://eslint.org)
- [Prettier](https://prettier.io)
- ~~Stylelint~~
- ~~Remark~~
- [ ] Testing & coverage
- [AVA](https://github.com/avajs/ava) (or probably [Jest](https://jestjs.io))
- [ ] Building
- [esbuild](https://esbuild.github.io)
- [Vite](https://vitejs.dev)
> Zazen is not “step-by-step meditation”. Rather it is simply the easy and
> pleasant practice of a Buddha, the realisation of the Buddha’s Wisdom. The
> Truth appears, there being no [delusion][]. If you understand this, you are
> completely free, like a dragon that has obtained water or a tiger that
> reclines on a mountain. The [supreme Law][] will then appear of itself, _and
> you will be free of weariness and confusion_.
## Inspiration
- [sku](https://seek-oss.github.io/sku/)
- [tsdx](https://tsdx.io)
- [Lass](https://github.com/lassjs/lass)
---
[delusion]: https://en.wikipedia.org/wiki/Maya_(illusion)
[supreme law]: https://en.wikipedia.org/wiki/Dharma_(Buddhism)