sails-generate-new
Generate a new Sails app.
Last updated 10 years ago by sgress454 .
MIT · Original npm · Tarball · package.json
$ cnpm install sails-generate-new 
SYNC missed versions from official npm registry.

sails-generate-new

A generator for Sails.js.

Usage

On the command line

sails generate sails-generate-new

In a node script

var generate = require('sails-generate');
var scope = {};
generate(require('sails-generate-new'), scope, function (err) {
	if (err) throw err;

	// Log output available in `scope` for your enjoyment:
	console.log(scope);
});

Contributing to this generator

See CONTRIBUTING.md.

License

See LICENSE.md.

Current Tags

  • 0.10.29                                ...           latest (10 years ago)

28 Versions

  • 0.10.29                                ...           10 years ago
  • 0.10.28                                ...           10 years ago
  • 0.10.27                                ...           10 years ago
  • 0.10.26                                ...           10 years ago
  • 0.10.25                                ...           10 years ago
  • 0.10.24                                ...           10 years ago
  • 0.10.23                                ...           10 years ago
  • 0.10.22                                ...           11 years ago
  • 0.10.21                                ...           11 years ago
  • 0.10.20                                ...           11 years ago
  • 0.10.19                                ...           11 years ago
  • 0.10.18                                ...           12 years ago
  • 0.10.17                                ...           12 years ago
  • 0.10.16                                ...           12 years ago
  • 0.10.15                                ...           12 years ago
  • 0.10.14                                ...           12 years ago
  • 0.10.13                                ...           12 years ago
  • 0.10.12                                ...           12 years ago
  • 0.10.11                                ...           12 years ago
  • 0.10.10                                ...           12 years ago
  • 0.10.9                                ...           12 years ago
  • 0.10.7                                ...           12 years ago
  • 0.10.6                                ...           12 years ago
  • 0.10.4                                ...           12 years ago
  • 0.10.3                                ...           12 years ago
  • 0.10.2                                ...           12 years ago
  • 0.10.1                                ...           12 years ago
  • 0.10.0                                ...           12 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 28
Dependencies (5)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |