0.1.1 • Published 5 years ago

hyper-scripts-attr v0.1.1

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

hyper-script

This is an extension for Hyper, which run hyper with scripts from arguments in command line.. If you wanted to run hyper with some script you can write in your terminal something like:

/your_hyper_app_dir/hyper.exe --script "npm help"

or

/your_hyper_app_dir/hyper.exe d:/something_dir/ --script "npm run dev"

The second argument after "--script" will be executed by the HYPER after his launch.

p.s. sorry for my english :)

install

hyper i hyper-scripts-attr

setup

In your .hyper.js...

module.exports = {
  ...
  plugins: ["hyper-scripts-attr"],
  ...
};