bjorxi / frodo

Rails-like app generator for Node/Express
158 stars 4 forks source link

Documentation for generators/file structure #4

Open geoffdavis92 opened 8 years ago

geoffdavis92 commented 8 years ago

For someone who is not familiar with RoR or its folder structure, it may be worthwhile to add a wiki/docs to explain the structure of the apps, as well as various editing entry points.

bjorxi commented 8 years ago

Yeah, this is a nice idea

Gutem commented 8 years ago

Would be nice to know how to extend it, with a Gemfile-like (package.json?) plugins, to use, i.e., SASS, Coffeescript or Babel transpiled ES6, like haml-rails gem produce HAML ready templates in Rails

bjorxi commented 8 years ago

@Gutem, now this is not possible. But I'll add this to the roadmap.

Gutem commented 8 years ago

@leemalmac Tks

kinduff commented 8 years ago

@leemalmac @Gutem gulp tasks works like a charm to process SASS, Coffee, HAML or any kind of gulp/grunt task.

I'm implementing separated scripts for test, dev and prod. For example, dev has the gulp watch task with livereload, sass and jade, it also restarts the server if necessary.

I'll be writing documentation about this process and an explanation of each folder. Feel free to assign this to me.