Coder Social home page Coder Social logo

krizic / nx Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yolk-hq-old/nx

0.0 1.0 0.0 15.83 MB

Extensible Dev Tools for Monorepos

Home Page: https://nx.dev

License: MIT License

TypeScript 96.29% Shell 0.60% JavaScript 2.81% HTML 0.29% Starlark 0.01%

nx's Introduction

Nx

Extensible Dev Tools for Monorepos.

This is a fork of the upstream nrwl/nx, for the purpose of maintaining and using proposed changes to Nx at Yolk before they are accepted by Nrwl.

Contributing

See CONTRIBUTING.md for how to set up this repo for development.

Publishing

In order to consume changes from this fork, it's necessary to rename packages in this repo and publish them under our npm scope @yolkai.

All packages in this repo have been renamed from @nrwl/<name> to @yolkai/nx-<name>.

In order to publish packages for consumption by another workspace, use the release script:

env GITHUB_TOKEN_RELEASE_IT_NX=<access_token> NPM_CONFIG_USERCONFIG=<user_config> yarn nx-release <version> [--dry-run]

Where:

  • <access_token> is a GitHub access token with access to this repository (generate one here)
  • <user_config> is the path to an .npmrc file containing an access token with permissions to publish packages under the @yolkai npm scope.
  • <version> is the intended release version.

Use --dry-run to perform all of the build steps required for publishing, without actually publishing packages.

For example:

env GITHUB_TOKEN_RELEASE_IT_NX=415819xxxx npm run nx-release 8.10.0-alpha.0

The above command will build all packages, create a GitHub tag and release, then publish all packages to npm.

Proposing changes to upstream

First make sure you have added the upstream remote:

git remote add upstream https://github.com/nrwl/nx.git

Branch off of master and make your changes.

When you're ready to make a pull request, fetch upstream commits, then rebase your feature branch commits onto upstream/master:

git fetch upstream
git rebase --onto upstream/master master

This effectively applies only your feature branch commits onto the upstream master branch, so that commits like 0cd9c4 aren't included in a pull request.

Then push your feature branch and make a pull request against nrwl/nx:

https://github.com/nrwl/nx/compare/master...Yolk-HQ:your-feature-branch

Updating from upstream

Periodically, we need to update this repository with upstream changes:

# Check out master and make sure it's up to date:
git checkout master
git pull

# Pull in changes from upstream:
git pull upstream master

nx's People

Contributors

vsavkin avatar frozenpandaz avatar bcabanes avatar jaysoo avatar elliottsj avatar cammisuli avatar brandonroberts avatar jdpearce avatar skydever avatar jameshenry avatar thomasburleson avatar mehrad-rafigh avatar buckymaler avatar mrmeku avatar emilio-martinez avatar jschwarty avatar juristr avatar dherges avatar jeffbcross avatar luchsamapparat avatar wesleygrimes avatar zachjw34 avatar austinmatherne avatar texel avatar matheo avatar peterblazejewicz avatar sudomanual avatar listepo-alterpost avatar teamop avatar mbriggs avatar

Watchers

James Cloos avatar

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.