- TypeScript 70.7%
- JavaScript 29.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .gitignore | ||
| bookmarkletPlugin.js | ||
| build.js | ||
| manifest.json | ||
| mise.toml | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Crackle
Work in progress Modding API for Snap!.
Building
Instead npm and node. A mise.toml file is provided for those using mise-en-place. After installing NPM and Node, start by running npm i to install packages. Finally, run npm run build to build the code files.
Now you can import manifest.json as a extension which should load Crackle.
Releases?
A basic first beta release will be released after we finish the starting part.
Contributing
Please follow Conventional Commmits in your commit messages. For those with write access, please always use PRs for big changes! You can still use branches on the repo, but please make one. For outsiders, fork this repo and do your changes there, and make a PR back. Please create a issue if you ever want to add a big feature, before commiting to making it. We don't want to disappoint you!
AI use
You are allowed to use AI to review you code, but any code that gets into the PR MUST BE HANDWRITTEN. No AI Generated code.