mpypkg-cli: A tool for easily creating reproducible builds with package.json #18848
yvo64
started this conversation in
Show and tell
Replies: 2 comments 3 replies
-
|
With the new version, it is now also possible to generate a custom |
Beta Was this translation helpful? Give feedback.
0 replies
-
but isn't that just a path , and |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wrote this little tool to easily build reproducible versions of my local projects.
The main difference to a solution with `mpremote mip' is that local Git repositories are also supported.
All files and dependencies of a Micropython project package are stored in a local directory.
The contents of this directory can then be cloned/copied to the target using
mpremote cp.https://codeberg.org/yvo/mpypkg
Beta Was this translation helpful? Give feedback.
All reactions