TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is my Yeoman generator useful?

7 点作者 shakeel_mohamed大约 11 年前
I created a Yeoman generator for a node project scaffold I&#x27;ve named egress (available at http:&#x2F;&#x2F;github.com&#x2F;shakeelmohamed&#x2F;generator-egress).<p>I thought of this idea when recalling my past experiences at hackathons. When time is extremely limited, you should not be wasting time on building an application architecture. You should be spending all of your time on building features.<p>With generator-egress, you can simply run &quot;yo egress&quot; from the command line, give it a site name, author, and description. After generation and setting your Postgres credentials, you have an express based web app in seconds with: user account join&#x2F;login functionality, and password encryption via bcrypt.<p>Last Friday I &quot;released&quot; v0.1.0 of generator-egress. On top of my very busy work and school schedule, I was able to build an MVP of a web app in exactly 6 days (10-15 hours total) of development - most of that time was building a database schema and writing SQL queries.<p>Some other features I&#x27;d like to add to egress are supporting different databases, theme customization (currently using vanilla Bootstrap), better error handling, and better input validation.<p>Please take a look at generator-egress. I&#x27;d love to hear some feedback on whether or not this is useful for you, and ways I can improve upon it.<p>Thanks for reading!<p>-Shakeel

暂无评论

暂无评论