ltd

0.3.0 • Public • Published

LTD

LTD is a command-line app for managing your Overland sites and applications. It comes with two built-in tasks for app and site scaffolding; additional tasks are added by a site's apps when LTD is run in an Overland installation. You'll need to refer to those packages for their tasks' use.

Usage

You'll want to install LTD globally for best results.

yarn global add ltd

Built-in tasks

New site

ltd scaffold:site <my-site>

You can use ltd scaffold:site to scaffold a new site. The command-line tool will ask you some questions and create a site for you.

New app

ltd scaffold:app <my-app>

When creating a subapplication for a site, you can use ltd scaffold:app to create a new app relative to the working directory. Then npm link the app to your site.

Dependencies (8)

Dev Dependencies (8)

Package Sidebar

Install

npm i ltd

Weekly Downloads

10

Version

0.3.0

License

MIT

Last publish

Collaborators

  • noahlange