PHPackages                             quickliketurtle/lamsaw - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. quickliketurtle/lamsaw

ActiveLibrary[Templating &amp; Views](/categories/templating)

quickliketurtle/lamsaw
======================

Lambo for Jigsaw

07Shell

Since Jul 17Pushed 8y ago1 watchersCompare

[ Source](https://github.com/quickliketurtle/lamsaw)[ Packagist](https://packagist.org/packages/quickliketurtle/lamsaw)[ RSS](/packages/quickliketurtle-lamsaw/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Lamsaw
======

[](#lamsaw)

Super-powered setup script for Jigsaw and Valet.

Installation
------------

[](#installation)

```
composer global require quickliketurtle/lamsaw
```

Upgrading
---------

[](#upgrading)

```
composer global update quickliketurtle/lamsaw
```

Usage
-----

[](#usage)

Make sure `~/.composer/vendor/bin` is in your terminal's path.

```
cd ~/Sites
lamsaw superApplication
```

This will create a new directory, change into that directory, composer require Jigsaw, make an initial Git commit, and open your web browser to that app.

### What exactly does it do?

[](#what-exactly-does-it-do)

- `mkdir $PROJECTNAME`
- `cd $PROJECTNAME`
- composer require tightenco/lambo
- Initialize Jigsaw
- Install node dependencies
- Build local Jigsaw site
- Initialize a git repo, add all of the files, and make a commit with the text "Initial commit."
- Open `$PROJECTNAME.$YOURVALETTLD` in your browser

There are also a few optional behaviors based on the parameters you pass (or define in your config file).

### Optional Arguments

[](#optional-arguments)

- `-h` or `--help` to get the help dialog

    ```
    lamsaw --help
    ```

### Commands

[](#commands)

- `make-config` creates a config file so you don't have to pass the parameters every time you use Lambo

    ```
    lamsaw make-config
    ```

### Config

[](#config)

You can create a config file at `~/.lamsaw/config` rather than pass the same arguments each time you create a new project.

```
lamsaw make-config
```

### After File

[](#after-file)

You can create an after file at `~/.lamsaw/after` to run additional commands after you create a new project.

```
lamsaw make-after
```

The after file is a bash script so you can include any commands here such as installing additional composer dependencies

```
# Install additional composer dependencies as you would from the command line.
echo "Installing Composer Dependencies"
composer require tightenco/mailthief tightenco/quicksand
```

or copying additional files to your new project.

```
# To copy standard files to new lambo project place them in ~/.lambo/includes directory.
echo "Copying Include Files"
cp -R ~/.lambo/includes/ $PROJECTPATH
```

You also have access to variables from your config file such as `$PROJECTPATH` and `$CODEEDITOR`.

Requirements
------------

[](#requirements)

- Mac or Ubuntu.
- Requires [Laravel Valet](https://laravel.com/docs/valet) to be globally installed.

> An Ubuntu fork of Valet can be find [here](https://github.com/cpriego/valet-ubuntu)

Acknowledgements
----------------

[](#acknowledgements)

Inspired by tightenco/lambo which is Inspired by Taylor Otwell and Adam Wathan's work on Valet.

Name inspired by Lambo's Name from TJ Miller, inspired by Taylor's love for the lambo.

[![](https://camo.githubusercontent.com/1d4111fdcd569705864fcd46f9e44933d269971471c005ad9dbf1222c4e8c652/68747470733a2f2f692e696d6775722e636f6d2f437253383033592e676966)](https://camo.githubusercontent.com/1d4111fdcd569705864fcd46f9e44933d269971471c005ad9dbf1222c4e8c652/68747470733a2f2f692e696d6775722e636f6d2f437253383033592e676966)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2ba8561b8227396eba6185138ac81f919e18085aa74dbf52e8488e7926f55e6e?d=identicon)[quickliketurtle](/maintainers/quickliketurtle)

---

Top Contributors

[![quickliketurtle](https://avatars.githubusercontent.com/u/1762128?v=4)](https://github.com/quickliketurtle "quickliketurtle (23 commits)")

### Embed Badge

![Health badge](/badges/quickliketurtle-lamsaw/health.svg)

```
[![Health](https://phpackages.com/badges/quickliketurtle-lamsaw/health.svg)](https://phpackages.com/packages/quickliketurtle-lamsaw)
```

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
