expressjs / expressjs.github.io

17 stars 11 forks source link

Project migration status tracker #7

Open Fishrock123 opened 10 years ago

Fishrock123 commented 10 years ago

Going to use this to track our progress on migrating all the remaining stuff out of express core. We'll just use this repo for these things, for now I guess haha.

Utils should be bundled for now.

If you want to take something, mark your name behind it like: (@Fishrock123)

dougwilson commented 10 years ago

npm packages that start with node- are kind of lame :(

mikermcneil commented 10 years ago

I just mean the code inside :)

Mike's phone

On Aug 8, 2014, at 9:28, Douglas Christopher Wilson notifications@github.com wrote:

npm packages that start with node- are kind of lame :(

— Reply to this email directly or view it on GitHub.

Fishrock123 commented 10 years ago

I'm going to have my hand at extracting the view engine thing, unless someone else already is.

dougwilson commented 10 years ago

I'm going to have my hand at extracting the view engine thing

go for it :)

Twipped commented 10 years ago

I thought somebody had already started on that. Someone showed me a repo that was in progress, maybe @defunctzombie?

edit: never mind, I was thinking of templation.

Fishrock123 commented 10 years ago

So I've been running into this semantics issue while porting the view engine.

var views = require('views')
// so lets make some views

var views = views()
// umm

var view = views()
// but it's not just one??

var ??? = views()
// yeah
Fishrock123 commented 10 years ago

@dougwilson What is the status on https://github.com/strongloop/express/issues/2218?

mikermcneil commented 10 years ago

@jonathanong would it make sense for me to put that orgs-in-repo+metadata markdown table builder thing in repo-utils?