New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

generator-boost

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

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

  • 0.5.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
14
increased by600%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 20 Nov 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc