Giter VIP home page Giter VIP logo

Comments (2)

KerryRitter avatar KerryRitter commented on April 28, 2024 1

My main inspiration for choosing that route is because it is similar to how the Ionic CLI works. As a user, it is pleasant because you can insert alternative starter templates (i.e. those listed in the @nestjs readme) without friction. As a developer on the CLI, I think it's a good idea because it allows us to version the starter template without versioning the CLI - anecdotally, I've noticed people tend to not upgrade the CLI very often.

Also, in regards to not needing an internet connection, an internet connection will be required to install all the node packages necessary to run the Nest application. I don't think requiring the CLI to sync the NPM packages with the Nest framework is ideal, nor do I think packaging all of the node_modules with the CLI is ideal.

As far as passing the language in as a param, we are currently going down the direction of using a nestconfig.json file. Otherwise, every CLI command must be parameterized with --ts or --es... and that just sounds exhausting :)

I'm open to changes, but in my experience using a git repo pattern has been very pleasant. @kamilmysliwiec, what are your thoughts on this?

from nest-cli.

thomrick avatar thomrick commented on April 28, 2024

Hey @KerryRitter,

Thanks a lot for your answers !

You right I missed a lot of things in my question about the Internet connection.

Let's try this pattern.
I didn't think about a remote templates added from @nestjs README.
It seems to be better actually !

We can close the issue.

from nest-cli.

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.