stantonwjones / nails-boilerplate

A node webserver boilerplate mimicking Rails structure
0 stars 0 forks source link

Default Generator #6

Closed stantonwjones closed 11 years ago

stantonwjones commented 11 years ago

create a default generator for the application. Should create default file structure for the application as presented in example.

stantonwjones commented 11 years ago

added hooks to use application executables. However, the install script currently adds symlinks manually, but assumes the application will be globally installed. In order to remedy this, I need to change the package.json to use npm syntax to include bin files. The install script will be changed to create symlinks to the module from a local folder, (probs though nails.new method in which case the install scripts will be removed).

stantonwjones commented 11 years ago

basic install script and generator for creating a new application