stimpack-io/stimpack

This package is abandoned and no longer maintained. No replacement package was suggested.

Stimpack

0.1.6 2018-05-28 18:12 UTC

README

Introducing a web development accelerator built on Laravel 68747470733a2f2f692e696d6775722e636f6d2f414741413855642e676966

Check out the full promo video here

Showcase

Create new projects or manipulate existing projects... 68747470733a2f2f692e696d6775722e636f6d2f6949546a4b67772e706e67 ...everything you build is instantly available in the CLI 68747470733a2f2f692e696d6775722e636f6d2f32595a45714e6b2e706e673f34 Share and reuse packs with the stimpack.io community 68747470733a2f2f692e696d6775722e636f6d2f3854726a726b322e706e67

ALPHA DISCLAIMER!!!

Stimpack is currently in early development stage so don't let your scope of contribution be restricted i any way. For example if you have a great idea for a new skeleton structure for the whole code base please let us know through a pull requests, another branch, a photo of a sketch on a napkin. Everything is appriciated!

Installation

composer global require consolidation/cgr
cgr stimpack-io/stimpack

Quick start

cd /path/to/Code
stimpack park

Navigate to http://stimpack.test (requires Laravel valet or similar setup).

Development installation

    git clone git@github.com:stimpack-io/stimpack.git stimpack-dev
    cd stimpack-dev
    composer install
    cp .env.example .env
    # possilby install stimpack-io/data
    # get github tokens from ajthinking if needed
    php artisan key:generate
    cd .. && ./stimpack-dev park
    npm install
    npm run watch