Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 890 Bytes

readme.md

File metadata and controls

29 lines (20 loc) · 890 Bytes

mterm-ext-template

A template for creating mterm extensions

Changes

  • 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.js with your extension's logic

Publishing

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 publish

This package should now be available on npmjs.org at

https://www.npmjs.com/package/<NAME_IN_PACKAGE_JSON>

Installing on mterm

ext add <NAME_IN_PACKAGE_JSON>