Userscript with a sketch of a library of code snippets useful when creating Codewars kata
katasniplib
works as a user script run by Tampermonkey. To use the script, you need to install the Tampermonkey extension in your browser, and then install the script in its scripts library. If Tampermonkey is already available in your browser, clicking on a direct link to the script should also trigger installation.
New features and ideas can be requested with a ticket labeled as enhancement
.
New snippets can be proposed by:
- Recommended way: creating a ticket labeled as
new-snippet
, preferrably by using the issue template "Proposing a snippet", or - Difficult way: creating a pull request with an updated
library.json
metadata and a new markdown file with a content of the proposed snippet. Structure of the library file is described on wiki. Schema of thelibrary.json
can be found inresources/library.schema.json
.
If you need a snippet but do not know how to write it or how to create a proposal, you can create an issue and label it as snippet-request
.