1.0.3 • Published 6 years ago
hyper-open-working-dir v1.0.3
hyper-open-working-dir
Open Hyper with working directory.
Only compatible with macOS, Linux.
Usage
- Open
~/.hyper.js. - Add
hyper-open-working-dirtopluginslist.
Configuration
Change default working directory
Add defaultWorkingDir (string) to config in ~/.hyper.js.
// ~/.hyper.js
module.exports = {
config: {
defaultWorkingDir: '~/Documents/workspace',
}
}