Git Product home page Git Product logo

Comments (3)

NiGhTTraX avatar NiGhTTraX commented on May 9, 2024 1

@ramandhingra the npm branch is set up with npm 7 :) The only difference is switching yarn for npm in commands.

from ts-monorepo.

NiGhTTraX avatar NiGhTTraX commented on May 9, 2024

Hey @ramandhingra, packages is conventionally the folder that keeps all of the different projects inside a monorepo. You can have more than one such folder and the names are for you to choose and configure through pkg.workspaces.

In this repo, I have 2 folders, packages and examples. packages contain simpler projects that don't depend on any framework, and are meant to illustrate publishing to npm from within a monorepo. examples contain projects that use a framework and need a bit of config to work inside a monorepo. In a typical repo you could have all of them inside 1 folder, but here I wanted a clear separation between them for educational purposes.

TL;DR: the folders only mean something if you want them to mean something. Putting everything in one place is perfectly fine.

Hope that answers your question!

from ts-monorepo.

cloudcompute avatar cloudcompute commented on May 9, 2024

Hi @NiGhTTraX
Great. The answer is perfect. Thanks.

In lerna.json, I have seen that you are using yarn/workspaces. But I do not want 'yarn' at all in my project. The npm v7 has started implementing the concept of 'workspaces'. So if I replace 'yarn' with 'npm workspaces' (example below) will it work fine.

This project is using the npm workspaces and a bit of lerna.

In other words, what changes do I need to make in your project that supports 'npm' (and not yarn at all)

from ts-monorepo.

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.