hyper-scripts-attr
v0.1.1
Published
A Hyper extension to run scripts from arguments in command line.
Maintainers
Readme
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-attrsetup
In your .hyper.js...
module.exports = {
...
plugins: ["hyper-scripts-attr"],
...
};
