GithubHelp home page GithubHelp logo

Comments (3)

bitjson avatar bitjson commented on May 5, 2024

I was intentionally requiring the use of yarn (because it's fantastic and eliminates a lot of potential headaches), but I don't have a particularly strong opinion about it. Is there a good reason not to use yarn?

from typescript-starter.

Alxandr avatar Alxandr commented on May 5, 2024

No. It's just a good idea not to force people to use it. Without the yarn run x && yarn run y scripts, you enable people to run whatever "thing that can run scripts from package.json" without having what you use installed. As far as I know there are a few of them out there (though afaik yarn and NPM is by far the most used). I just remember this really annoying me on a lot of packages when I switched to yarn, that most packages I worked on used npm run x && npm run y requiring npm. This is why I made the simple-scripts in the first case.

from typescript-starter.

bitjson avatar bitjson commented on May 5, 2024

Thanks for opening this issue @Alxandr – I just made things a little better here: 45d7dfa

I'd still like to keep yarn as part of the starter (since I think all JS libraries should probably be using it now), and I don't really want to add an extra dependency for a small percentage of users. I updated the examples though. Hopefully that will make them more generally approachable.

Closing this for now, but please let me know if I should reopen.

from typescript-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.