Skip to content
/ mterm-ext-template Public template

Template repository for mterm extension model

Notifications You must be signed in to change notification settings

mterm-io/mterm-ext-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Template repository for mterm extension model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published