The definitions used in this document describe how these concepts work as it relates to toolkit projects.
{% for (var key in terminology) { %} {% var term = terminology[key] %}
{%= term.definition %}
{%= words(term.related.definitions) %} {%= projects(term.related.repos) %} {% } %}
- clone - Clone this repository:
git clone https://github.com/node-toolkit/terminology.git
- add new term - Add the new term to terminology.yml using the conventions and formatting defined in .editorconfig.
- build readme - If you already have
verb#dev
installed globally, just runverb
. Otherwise, run the following command:npm run install && verb
. - submit PR - Submit a Pull Request with the title:
new term: *
where*
is the name of the term.