Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(root): Initial project scaffolding #2

Merged
merged 25 commits into from
Mar 19, 2020

Commits on Mar 12, 2020

  1. chore: lerna init

    Mohan Raj Rajamanickam committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    05d6752 View commit details
    Browse the repository at this point in the history
  2. chore: typescript init

    Mohan Raj Rajamanickam committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    f623fb3 View commit details
    Browse the repository at this point in the history
  3. chore: set yarn as npm client for lerna

    Mohan Raj Rajamanickam committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    163a05b View commit details
    Browse the repository at this point in the history
  4. chore: add dev deps typescript, jest

    Mohan Raj Rajamanickam committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    f7baef3 View commit details
    Browse the repository at this point in the history
  5. chore: add editor config

    Mohan Raj Rajamanickam committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    8cde185 View commit details
    Browse the repository at this point in the history
  6. chore: add git ignore

    Mohan Raj Rajamanickam committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    5baf5fb View commit details
    Browse the repository at this point in the history
  7. chore: add typescript config with minimal overrides

    Mohan Raj Rajamanickam committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    c412301 View commit details
    Browse the repository at this point in the history
  8. chore: add dev dep eslint typescript plugin with minimal eslint config

    Mohan Raj Rajamanickam committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    85ac589 View commit details
    Browse the repository at this point in the history
  9. chore: add dev dep jest eslint plugin

    Mohan Raj Rajamanickam committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    343ca82 View commit details
    Browse the repository at this point in the history
  10. chore: add prettier eslint plugins, config

    add single quote pref to editor config
    Mohan Raj Rajamanickam committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    08f0a43 View commit details
    Browse the repository at this point in the history
  11. chore: add scaffolding for ruleset package

    Mohan Raj Rajamanickam committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    1d7b7ea View commit details
    Browse the repository at this point in the history
  12. chore: add yarn lock file

    Mohan Raj Rajamanickam committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    8a0ad5a View commit details
    Browse the repository at this point in the history
  13. doc: Add readme with high-level outline of packages

    Mohan Raj Rajamanickam committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    df24f10 View commit details
    Browse the repository at this point in the history
  14. doc: Add license, code of conduct

    Mohan Raj Rajamanickam committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    5a080b8 View commit details
    Browse the repository at this point in the history
  15. doc: add eslint plugin to check/fix copyright header

    Mohan Raj Rajamanickam committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    9ffae41 View commit details
    Browse the repository at this point in the history
  16. chore: update prettier config to sync with editorconfig

    Mohan Raj Rajamanickam committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    03ed0de View commit details
    Browse the repository at this point in the history
  17. build: add deps, config to lint git commits

    Mohan Raj Rajamanickam committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    d3db063 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. ci(root): add ci workflow based on github actions

    Mohan Raj Rajamanickam committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    4a183fa View commit details
    Browse the repository at this point in the history
  2. build(root): add deps, config for typescript jest integration

    Mohan Raj Rajamanickam committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    1bc9a35 View commit details
    Browse the repository at this point in the history
  3. build(root): mark generated files for github

    Mohan Raj Rajamanickam committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    303b9c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. build(root): add explicit public npm registry to override internal

    # Conflicts:
    #	yarn.lock
    Mohan Raj Rajamanickam committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    f866783 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. doc(root): rename readme, white-space reformat, add TBD status

    Mohan Raj Rajamanickam committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    3fdfb3b View commit details
    Browse the repository at this point in the history
  2. build(root): add ci,changelog,build npm scripts;switch to npm@12 for ci

    Mohan Raj Rajamanickam committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    61a5d12 View commit details
    Browse the repository at this point in the history
  3. build(root): add node engines, update version of package, set exact

    Mohan Raj Rajamanickam committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    f390e1a View commit details
    Browse the repository at this point in the history
  4. docs(root): add contribution guide

    Mohan Raj Rajamanickam committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    9ca1584 View commit details
    Browse the repository at this point in the history