-
Notifications
You must be signed in to change notification settings - Fork 83
Contribute to Express #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Wow, this feels like an honor! Would the TS version be done by providing an option to the current express-generator app like |
Ha, well honor or not, I am really just a beggar asking for TS help :) For the work involved, it would be an addition to the module I linked above as the replacement I am working on. It would most likely be a new template like you can see in the I am sure we would also need some review by other TS users, and the hope is we can get some other contributors as well. As for time commitment, I fully understand, I and the other Express team members also do it on top of our normal work. If it is too much that is understandable, but it is better to ask than not. |
If all you want is new template I guess count me in. I think I could probably spend a day to just copy and paste my current template into your module but maybe stripped down a little OR (maybe this is a dumb idea) create-express-app could use express-Typescript-generator to create new projects |
Would you still like me to pull request and paste in a template for TypeScript? |
For sure! That repo is still in progress, but I discussed it at the last TC meeting and it seems like it is a good direction to replace the existing generator. |
Hi Sean,
I am a member of the Express TC. I have been recently been working on a replacement to the (out of date IMO) express generator. One of the things I wanted before I finalized the documentation on it and moved it over as the official generator was a TS version.
I just happened to see a tweet which had a link to this repo, and it makes much more sense to me to have someone with more expertise in TS than I to write the template. I was wondering if you would be willing to collaborate on an "official" project scaffold?
On a side note, if you are up for helping, we have need of people willing to help us support the typing declarations: expressjs/express#2818
The text was updated successfully, but these errors were encountered: