Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bob-builder

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bob-builder

Bob is the FED saviour

  • 0.0.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Bob

Build Status Coverage Status Dependency status Dev Dependency Status

About

Bob is the FED saviour

Consuming

To consume this repo you will need to install it globally, this makes it accessable from anywhere

$ npm install bob-builder -g

Functions

$ bob add - Register the current directory with Bob so he can keep an eye on stuff.

$ bob compile <site> - Runs npm compile in the specified site.

$ bob deploy <site> - Runs npm deploy in the specified site.

$ bob pull [site=all] - Runs grunt pull in the specified site, or all sites if not supplied. under development.

$ bob clone <site> - Clones the current repo into another repo, great for prototyping. under development.

Developing on

If you want to work on this repo you will need to install the dependencies

$ npm install

You will also want to link the repo with npm. This means you won't need to run npm install -g every time you make a change.

$ npm link

Notes on coding style

Code is linted by ".jshintrc" when you run $ grunt test or $ npm test

For more on the coding style, please see Shortbreaks about page.

Tests

Tests will run using the default grunt task but can also be called stand-alone using:

$ grunt test

FAQs

Package last updated on 19 Nov 2014

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