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
- pkgs/{lib}/lib.biasm //optional, if you want a lib pack
- require/{lib}/require.json //optional, if you have no requirements
This is a normal biasm file
this is optional since the new bfetcher structure!
{
"require": [
"libname#github:user/repo",
"myofficiallib"
]
}
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