Skip to content

curz46/hyper-startup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%