Giter Club home page Giter Club logo

Comments (4)

sahat avatar sahat commented on July 23, 2024

I have looked at yeoman. It's a nice tool for sure, but it doesn't fit very well with the current project configuration. For one, it add extra complexity of requiring users to install Yeoman.

I personally prefer another approach you have proposed on Hacker News - to have a config that enables/disables OAuth providers and other settings.

from hackathon-starter.

eddiemonge avatar eddiemonge commented on July 23, 2024

Extra complexity of requring users to install Yeoman? I'm pretty sure this is less code and typing (copying/pasting):

npm install -g generator-hackathon-starter
yo hackathon-starter

than:

git clone --depth=1 [email protected]:sahat/hackathon-starter.git my-project
cd my-project
npm install

Plus it then gives you the configuration prompts so users can easily customize their project without having to setup/figure out a config file.

from hackathon-starter.

sahat avatar sahat commented on July 23, 2024

@eddiemonge it is not about code complexity, or which option takes more typing, but about requiring users to have yet another tool to get started.

I want this to be as easy as possible. Clone the repo, install the dependencies and start the app.

The same reason I don't want to use Redis for sessions, as that will require users to download & install Redis, and then have it running, in addition to MongoDB.

Besides, not everyone uses Yeoman. And if I use Yeoman, someone will come here and say "Why didn't you use Brunch because it's better than Yeoman at X,Y,Z."

Update: @eddiemonge I know that having a scaffolding tool, be it Brunch, Loom or Yeoman, will allow you to customize the boilerplate just for your needs (by checking or unchecking APIs you want or don't want through a step by step wizard). Maybe in the future, if there is a demand for it, I could attempt creating a yeoman generator, but for now it's best to leave it as is.

from hackathon-starter.

patcon avatar patcon commented on July 23, 2024

@sahat totally fair 👍

and hey, if one of us in the peanut gallery feels strongly enough about it, we can just create it and drop a message in here :)

Thanks for the rad tooling

from hackathon-starter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.