ManderaGeneral / generalpackager

Tools to interface GitHub, PyPI, NPM and local modules / repos. Used for generating files to keep projects dry and synced. Tailored for ManderaGeneral for now.
https://pypi.org/project/generalpackager/
Apache License 2.0
0 stars 0 forks source link

Base Node API #62

Closed Mandera closed 1 year ago

Mandera commented 1 year ago

I think it'd require two separate APIs.

Right, I've already laid the groundwork for LocalRepo with Node target

Mandera commented 1 year ago

Need to refresh my memory on Python vs Node so I started on a table

Mandera commented 1 year ago

I want to learn about workspaces https://docs.npmjs.com/cli/v7/using-npm/workspaces. Nice video here: https://www.youtube.com/watch?v=4DOBsEGyKF0

Should learn more about monorepos here https://monorepo.tools/#what-is-a-monorepo

Found out that Terminal("npm.cmd", "--version") is required for windows

Mandera commented 1 year ago

Good base done