Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

generator-fly-laravel

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-fly-laravel

Scaffold a new Laravel or Lumen application with Fly as its tooling system.

latest
Source
npmnpm
Version
0.6.0
Version published
Weekly downloads
4
100%
Maintainers
1
Weekly downloads
 
Created
Source

generator-fly-laravel NPM version Build Status Dependency Status

Scaffold a new Laravel or Lumen application with Fly as its tooling system.

Installation

First, install Yeoman and generator-fly-laravel using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-fly-laravel

Then generate your new project:

yo fly-laravel

Prompts

  • Framework: Laravel vs Lumen
  • Github: Author & Author's Website
  • Dev URL Proxy: Vagrant URL to proxy, via BrowserSync
  • CSS Preprocessor: SASS, LESS, Stylus, None
  • ESLint Config: XO preset or AirBnB preset
  • Test Runner: Ava, Mocha, Tape, None
  • Travis: Add a .travis.yml file?
  • Git: To init or Not to init?

TODOs

  • Write real tests with each runner
  • Add Tape and possibly Protractor and Karma as options
  • More demo-worthy stylesheets
  • Front-end Demo
  • ES5 vs ES6 vs ES7 scripts
  • BUG: Find out why fly-ava must always be included for Fly to work (???)

License

MIT © Luke Edwards

Keywords

yeoman-generator

FAQs

Package last updated on 12 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts