Skip to content

Task Writer's Guide

Micha Niskin edited this page Dec 28, 2014 · 19 revisions

This document describes some conventions and idioms of the boot-o-sphere.

Naming Conventions

Using some standard naming conventions makes it easy for users to find and require your tasks into their projects.

Project

Tasks project group and artifact ids are generally of the form

<group-id>/boot-<task>

for instance,

adzerk/boot-cljs

Namespaces

Task projects should have a single namespace containing the task definitions. This namespace is generally named after the group and project ids. For the above example this namespace would be named adzerk.boot-cljs.

Clone this wiki locally