0.2.3 • Published 5 years ago

letterpad-cli v0.2.3

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Build Status

Letterpad CLI

A CLI tool for managing Letterpad installations, builds and upgrades.

The above screenshot displays how letterpad can be installed using this CLI app.

Installation

npm i -g letterpad-cli

Commands

# Help
letterpad --help

# Install a new instance of letterpad
letterpad install

# Upgrade an exisiting instance of letterpad
letterpad upgrade

# Rebuild an existing instance of letterpad
letterpad build

# List all the instances
letterpad list

# Edit a particular the instance
letterpad edit

# Remove a particular instance
letterpad remove

Every installation of a particular version has a cached copy of its sources inside ~/.cache/letterpad. The node_modules folder of every installation is symlinked to its source to reduce space. This means if you install letterpad three times to run three different blogs, all installations will have only one shared node_modules folder.

This app does not take care of starting a letterpad instance. You will need to use something like a Process Manager for this.

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago