Development of mhy
Last updated
Was this helpful?
Last updated
Was this helpful?
mhy
itself!)Fork repository
Open mhy
's package.json
file.
Rewrite the values for name
and bin
to something else (eg: mhyd
).
Run npm link
()
The above command will make your local version of mhy
available globally with the command (mhyd
).
Create PR when done (do not commit in the changes for the naming).
Use
npm run build -- --watch
to watch for file changes.The name rewrite is needed because
mhy
itself is being built usingmhy
which is why you also need an untouched stable version of it.The environment should work fine on Linux, Mac and Windows also.
Coming soon...