Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Scaffold a UsabilityDynamics' Node.js module.

Notifications You must be signed in to change notification settings

UsabilityDynamics/grunt-scaffold-module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stories in Ready Dependency status

  • Unlinke our older scaffold modules, the new "grunt-scaffold-*" modules are much more involved into the projects they scaffold.

Installing

The module should be installed globally.

npm install -g UsabilityDynamics/grunt-scaffold-module

Usage

At the command-line, cd into an empty directory, run this command and follow the prompts.

When install globally, following CLI commands may be used.

  • scaffold-module install - Create new module from scaffold in current directory.
  • scaffold-module update - Update module currently installed using scaffold.
  • scaffold-module validate - Validate currenly install module using scaffold.
  • scaffold-module -v - Check version.

The legacy method still works as well.

grunt-init scaffold-module

Procedural Usage

This module contains several useful grunt Tasks, Mocha Tests and regular Methods which can be refered by scaffolded modules.

// Read the .project.yml file and get a list of features.
var project = require( 'grunt-scaffold-module' ).getProject();
console.log( project.features );

About

Scaffold a UsabilityDynamics' Node.js module.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Shell 0.2%