A template for creating mterm extensions
- update package.json's name, description, author and repository fields
- update README.md with your extension's details, see mterm-ext-google and mterm-ext-red for examples
- update
mterm.jswith your extension's logic
Publishing is done via npm. See general docs on npm publishing on the internet. ext add <package_name> uses npmjs.org as a transport mechanism.
npm login
npm publishThis package should now be available on npmjs.org at
https://www.npmjs.com/package/<NAME_IN_PACKAGE_JSON>ext add <NAME_IN_PACKAGE_JSON>