curz46 / hyper-startup

A plugin for https://hyper.is/. Executes commands when Hyper first starts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hyper-startup

This is an extension for Hyper, which executes commands when Hyper launches.

install

npm install -g hpm-cli
hpm install hyper-startup

setup

In your .hyper.js...

module.exports = {
  config: {
  	...
    commands: ['echo first command', 'echo second command']
  },
  ...
};

About

A plugin for https://hyper.is/. Executes commands when Hyper first starts.


Languages

Language:JavaScript 100.0%