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

work on composing projects out of npm packages/segments #53

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Jan 9, 2023

  1. Fixes to get the project running after 7 months of inactivity

    - fix 1 TS issue
    - version bumps to fix TS warnings/errors
    - use yarn.lock instead of package-lock.json because that's the engine the project is configured to use
    Adam Sullovey committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    428795e View commit details
    Browse the repository at this point in the history
  2. work on composing projects out of npm packages/segments

    - new "create" command
    - add some sample segments
    Adam Sullovey committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    8e46ce8 View commit details
    Browse the repository at this point in the history
  3. feat(new command): is this for the PR or the commit what is happening…

    … aaugh
    
    BREAKING CHANGE: but nothing should depend on this file so I guess it is ok
    Adam Sullovey committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    fdef6f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69163a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. chore: merge main branch into this feature branch

    Adam Sullovey committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    65538c3 View commit details
    Browse the repository at this point in the history
  2. code formatting fixes

    Adam Sullovey committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    65ef063 View commit details
    Browse the repository at this point in the history
  3. set up eslint to fix .mjs files as well

    Adam Sullovey committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    b99d3bf View commit details
    Browse the repository at this point in the history
  4. tweaks in post-install scripts

    Adam Sullovey committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    e07f4e2 View commit details
    Browse the repository at this point in the history
  5. yarn.lock URLs are now npmjs.com instead of yarnpkg.com

    Adam Sullovey committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    6d4de94 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. remove @types/fs-extra from main package.json because it was causing …

    …errors and nothing at the root level needs it
    Adam Sullovey committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    2815f35 View commit details
    Browse the repository at this point in the history
  2. feat(create command): cli:create can generate a project based on the …

    …React vite TS starter
    Adam Sullovey committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    6cb021e View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. get storybook installing in a not-scalable way

    Adam Sullovey committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    e078abb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a09c9dc View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. add yarn.lock changes

    Adam Sullovey committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    c6f7223 View commit details
    Browse the repository at this point in the history