Skip to content
Henry Catalini Smith edited this page Oct 31, 2021 · 2 revisions

Summary

Create an empty address book

Synopsis

ppl init [<directory>]

Description

This command creates an empty ppl repository. It creates the specified directory if it doesn't already exist, and initializes a git repository there.

If no <directory> parameter is explicitly specified, then the operation is applied to the current working directory.

Examples

ppl init ~/contacts
Clone this wiki locally