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

generator-deployd

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-deployd

A yeoman generator for Deployd

  • 0.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

generator-deployd Build Status NPM

Description

A Yeoman generator for Deployd.

Early alpha phase, use at your own risk!

Don't hesitate to fill an issue if you find a bug or need a feature. Pull requests also gladly accepted!

Usage

Generate your app

$ npm install -g yo generator-deployd
$ mkdir name_of_your_app && cd $_
$ yo deployd

Start the app using Deployd binaries

$ dpd -d

Start the app using Grunt

Requirements
  • MongoDB (set the host, port, dbname and credentials in Gruntfile.js)
$ grunt server

This will launch you deployd API, open the start page and watch the files.

Changelog

  • 0.0.6
    • Update dependencies and improve tests
  • 0.0.5
    • Add (optional) sample angular/deployd app

Todo

  • Grunt: complete integration of grunt-deployd (start of deployd simultaneously with a server-side app)
  • Grunt: real livereloading
  • Grunt: build task (uglify, concat, jshint)
  • Grunt: test task
  • Improve angularjs integration (angular template more complete)

Keywords

FAQs

Package last updated on 29 Oct 2015

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