Plugin Developer Improvements - CLI, Docs

The LipSurf plugin developer experience has been improved. We’ve updated our docs, and the CLI now includes fixes and a a “init” command to quickly scaffold a plugin project with TypeScript support.

You can get up to speed making a custom plugin in just a few minutes:

Usage: lipsurf-cli init [options] <project_name>

Makes a template project with a "Hello World" plugin as a useful starting point.

Options:
  -h, --help  display help for command

Examples:
  $ lipsurf-cli init Reddit