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

grunt-express-bootstrap

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-express-bootstrap

Bootstraps express web applications using grunt, bower and twitter bootstrap.

  • 0.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-88.89%
Maintainers
1
Weekly downloads
 
Created
Source

grunt-express-bootstrap

Builds an express projects using grunt which uses twitter bootstrap.

Getting Started

Install the module with: npm install grunt-express-bootstrap -g

Documentation

This module is wraps grunt and includes an init template which bootstraps express projects.

These projects include:

  • connect-cachify
  • twitter bootstrap
  • JQuery
  • bower
  • jade
  • winston-request-logger

All preconfigured and ready to run.

To use to build a new project simply:

$ mkdir mynewproject
$ cd mynewproject
$ grunt-express-bootstrap init
$ npm install
$ bower install
$ node app.js

Then visit http://localhost:3000.

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Release History

  • 0.1.0 Initial proof of concept.
  • 0.1.1 Added twitter bootstrap, JQuery and a bunch of stuff to make this more usable.
  • 0.1.2 Fixed issues with bower files.

License

Copyright (c) 2012 Mark Wolfe
Licensed under the MIT license.

Keywords

FAQs

Package last updated on 04 Feb 2013

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