Skip to content

Commit e863232

Browse files
committed
website (github pages)
1 parent 93475e4 commit e863232

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

docs/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# pkg.json
2+
3+
- `pkg.json` is just a way to declare dependencies on URLs and versions
4+
- Decentralized ("federated", omg)
5+
- Subset of `package.json`
6+
- Upstream dependencies don't need a `pkg.json` file.
7+
- No client spec (yet)
8+
- No official client (yet)
9+
- TODO: support conflicting dependencies using git worktree.
10+
- Useful for: vim, nvim, emacs, (others?)
11+
- Used by:
12+
- [lazy.nvim](https://github.com/folke/lazy.nvim/)
13+
- TBD
14+
15+
## Build
16+
17+
brew install luarocks
18+
make
19+
make test
20+
21+
## Run tests
22+
23+
cd test-npm/
24+
npm ci
25+
npm run test
26+
27+
## Release
28+
29+
TBD
30+

0 commit comments

Comments
 (0)