Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.01 KB

.verb.md

File metadata and controls

45 lines (30 loc) · 1.01 KB

Terminology

The definitions used in this document describe how these concepts work as it relates to toolkit projects.




separator




Terms

{% for (var key in terminology) { %} {% var term = terminology[key] %}

{%= key %}

{%= term.definition %}

{%= words(term.related.definitions) %} {%= projects(term.related.repos) %} {% } %}




separator




Add a term

  1. clone - Clone this repository: git clone https://github.com/node-toolkit/terminology.git
  2. add new term - Add the new term to terminology.yml using the conventions and formatting defined in .editorconfig.
  3. build readme - If you already have verb#dev installed globally, just run verb. Otherwise, run the following command: npm run install && verb.
  4. submit PR - Submit a Pull Request with the title: new term: * where * is the name of the term.