GithubHelp home page GithubHelp logo

hy-vee / lerna-yarn-workspaces-monorepo Goto Github PK

View Code? Open in Web Editor NEW
265.0 11.0 43.0 1.02 MB

๐Ÿ‰ A Monorepo with multiple packages and a shared build, test, and release process.

Home Page: https://medium.com/hy-vee-engineering/creating-a-monorepo-with-lerna-yarn-workspaces-cf163908965d

JavaScript 100.00%
lerna yarn-workspaces react styled-components babel storybook jest monorepo

lerna-yarn-workspaces-monorepo's People

Contributors

leerob avatar manovotny avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lerna-yarn-workspaces-monorepo's Issues

Possible to include packages with their own build processs?

Hello.

Thank you for the writeup and all the effort you've put into the repo.

I would like to know if it is possible to packages generated by. for example, CRA or Nextjs alongside the packages with the default babel configuration.

I tried doing so adding a *-app wildcard to the ignore part of the build script, to no avail. I'm not really sure how to go about this, but if you had any pointers, I'd be happy to submit a PR, even if only to update documentation to reflect how to do this.

Thanks again

ICS link for hourly workers (99% of employees)

I was serious at WeWriteCode about making a PR to append the timesheet table widget with an ICS file so it could be saved to the user's phone calendar.

Should be adding or modifying with ics-js .

Min snippet to expose/wrap would be:

function(e) {
        var t = o.default.tz(e.scheduleDay.StartTimestamp, "x", "America/Chicago"),
            n = o.default.tz(e.scheduleDay.EndTimestamp, "x", "America/Chicago");
        return r.default.createElement("tr", null, r.default.createElement("td", null, r.default.createElement("label", null, t.format("dddd")), t.format("M/DD") + " - " + t.format("h:mm"), r.default.createElement("span", {
            className: "timesheetMeridiem"
        }, " ", t.format("a"))), r.default.createElement("td", null, r.default.createElement("label", null, n.format("dddd")), n.format("M/DD") + " - " + n.format("h:mm"), r.default.createElement("span", {
            className: "timesheetMeridiem"
        }, " ", n.format("a"))))
    }

Then inject the ICS file link at the bottom here:

function(e) {
        return r.default.createElement(o.Table, {
            className: "scheduleTable"
        }, r.default.createElement("thead", null, r.default.createElement("tr", null, r.default.createElement("th", null, "Start"), r.default.createElement("th", null, "End"))), r.default.createElement("tbody", null, function(e) {
            return e.employeeSchedule.ScheduledShifts.map(function(e) {
                return r.default.createElement(a.default, {
                    key: e.StartTimestamp,
                    scheduleDay: e
                })
            })
        }(e), r.default.createElement("tr", {
            className: "rowTotal"
        }, r.default.createElement("td", {
            colSpan: "4"
        }, e.employeeSchedule.GrandTotal, " ", r.default.createElement("span", {
            className: "labelTotal"
        }, "Total Hours")))))
    }

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.