Socket
Socket
Sign inDemoInstall

generator-boost

Package Overview
Dependencies
570
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    generator-boost

Yeoman generator scaffolds for web app using gulp for the build process


Version published
Maintainers
1
Created

Readme

Source

Generator Boost

Yeoman generator scaffolds for web app using gulp for the build process

js-standard-style

Features

  • Using Babel for ES6.
  • Compile .styl files using gulp-stylus.
  • Sourcemaps for .css and .js.
  • Deploy with rsync.
  • Rollback

Get Start

  • Install dependencies: npm i -g yo gulp bower
  • Install the generator: npm i -g generator-boost
  • Make your folder project: mkdir my-awesome-project && cd $_
  • Run: yo boost to scaffold your app
  • Run: gulp to start a development serve with Browsersync
  • Run: gulp build to build your app for production
  • Configure your server to deploy on: ./tasks/boost.js
  • Setting your version on package.json
  • Run: gulp version to generate a new released based on your package.json
  • Run: gulp deploy to deploy your app to your server

Options

  • --pug Copy views/*.pug files instead .html

To see all options available, please run: yo boost --help

Contributing

Contributing

Changelog

Changelog

LICENSE

MIT License

Keywords

FAQs

Last updated on 20 Nov 2016

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc