Skip to content
/ epsomjs Public

Express js skeleton base on zurb foundation, coffee-script.

License

Notifications You must be signed in to change notification settings

klclee/epsomjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

epsom

Build Status

The aim of epsomjs is to provide a clear way to kick start your nodejs/expressjs project. Using epsom will allow you to start your next nodejs web stack in less then 1 minute!

features:

  • command line based (epsom) approch to created new project
  • coffeescript as main development language
  • Include database config json file to connect to mongodb via mongoose
  • Using metaprogramming technique to dynamically retrieve models, means less boiler plate for you.
  • A simple example of using emberjs in the application templates.

Install:

make sure you already have nodejs, npm, mocha, coffeescript, grunt installed at global scope plus mongodb installed

npm install -g epsom

Useage:

epsom path_to_your_new_project

or

epsom

The above will create a project at your current path

The stack:

About

Express js skeleton base on zurb foundation, coffee-script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published