Development of mhy
Setup environment (an environment to develop mhy itself!)
mhy itself!)Fork repository
Open
mhy'spackage.jsonfile.Rewrite the values for
nameandbinto something else (eg:mhyd).Run
npm link(See npmjs.org)The above command will make your local version of
mhyavailable globally with the command (mhyd).Create PR when done (do not commit in the changes for the naming).
Use
npm run build -- --watchto watch for file changes.The name rewrite is needed because
mhyitself is being built usingmhywhich is why you also need an untouched stable version of it.The environment should work fine on Linux, Mac and Windows also.
Creating processes/commands
Coming soon...
Last updated
Was this helpful?