Giter VIP home page Giter VIP logo

runespoor-engineering / runespoorstack Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 3.5 MB

The core open-source monorepository of Runespoor Enginnering org. Here you could see our Engineering Playbook and a lot of useful tools.

Home Page: https://runespoor-engineering.github.io/runespoorstack/

License: MIT License

JavaScript 10.25% Shell 0.41% MDX 79.70% CSS 0.70% TypeScript 8.94%
cicd engineering eslint javascript playbook runespoor rushjs rushstack eslint-config

runespoorstack's Introduction

Runespoor Stack

๐Ÿ› ๏ธ Contributing

See the CONTRIBUTING.md document.

Monorepo

flowchart TB
    subgraph eslint
        eslint-config["eslint-config\n(Universal linting configuration)\nESLint/Prettier"]
    end

     subgraph date
        timezones["timezones\n(The updated list of timezones)"]
    end

    subgraph apps
        archive["archive\nDocusaurus App\n(Engineering Playbook)"]
    end

    eslint-config .-> archive

    style apps fill:lightgreen
    style eslint fill:skyblue
    style date fill:yellow

Merge Request CI

flowchart LR
    greetings((Greetings))
    mr-ci((MR CI/CD))

    setup>checkout\ngit\nnode]
    rush-change>Verify Change Logs\nrush change --verify]
    rush-list>List packages\nrush list --version]
    rush-install>Install deps\nrush install]
    rush-lint>Lint\nrush lint]
    rush-rebuild>Rebuild packages\nrush rebuild]

    mr-ci .-> setup --> rush-change --> rush-list --> rush-install --> rush-lint --> rush-rebuild
    
    

Main CI

flowchart LR
    main-ci((Main CI/CD))

    setup>checkout\ngit\nnode]
    rush-change>Verify Change Logs\nrush change --verify]
    rush-list>List packages\nrush list --version]
    rush-install>Install deps\nrush install]
    rush-lint>Lint\nrush lint]
    rush-rebuild>Rebuild packages\nrush rebuild]
    rush-publish>Publish packages\nrush publish]

    main-ci .-> setup --> rush-change --> rush-list --> rush-install --> rush-lint --> rush-rebuild --> rush-publish
    

๐Ÿ’• Special Thanks

  • I want to say thank you to the best woman in the world, my wife Diana for her love, daily support, motivation and inspiration.

โค๏ธ Support or Donate

If you are enjoying this work and feel extra appreciative, you could buy me a book ๐Ÿ“– or 3 ๐Ÿ“–๐Ÿ“–๐Ÿ“–.

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.