https://github.com/isobiscuit/store
The Biscuit Library Index
https://github.com/isobiscuit/store
Last synced: 2 months ago
JSON representation
The Biscuit Library Index
- Host: GitHub
- URL: https://github.com/isobiscuit/store
- Owner: isobiscuit
- Created: 2025-03-02T20:21:35.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-03-02T21:00:01.000Z (3 months ago)
- Last Synced: 2025-03-02T21:21:24.086Z (3 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Biscuit Library Index (BiLI)
Created by Biscuit Library Authority (BiLA)If you would like to have a library calls `mylib`, then:
- Fork the repository
- Add your code
- Make a pull request## How does a code looks like
### The structure
- pkgs/{lib}/lib.biasm //optional, if you want a lib pack
- require/{lib}/require.json //optional, if you have no requirements### Library BiASM
This is a normal biasm file### Require JSON
this is optional since the new bfetcher structure!
```
{
"require": [
"libname#github:user/repo",
"myofficiallib"
]
}
```## How2Install from the Biscuit Library Index
You can use \
`biscuit install {biscuit} lib#github:isobiscuit/store` or you use `bfetcher lib#github:isobiscuit/store`note: you can install official packages (`isobiscuit/store`) with:
`bfetcher {biscuit} myofficialpackage`