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:
new-snippet
, preferrably by using the issue template "Proposing a snippet", orlibrary.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 the library.json
can be found in resources/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
.