@stacksjs/shell
Version:
A better Stacks shell experience. Currently only fully supporting Oh My Zsh. Stay tuned for more. Or request one!
56 lines (32 loc) โข 1.65 kB
Markdown
# shell
This package contains the shell configuration files for the Stacks framework.
## โ๏ธ Features
- It will find and execute `buddy` from anywhere within the project file tree _(and you don't need to prefix it with php or ./)_
- It provides auto-completion for `buddy` commands _(that also work anywhere within the project)_
- You can specify an editor to automatically open new files created by `buddy make:*` commands
## ๐ค Usage
```bash
buddy setup:oh-my-zsh
```
To view the full documentation, please visit [https://stacksjs.org/ui](https://stacksjs.org/zsh).
## ๐งช Testing
```bash
# wip
```
## ๐ Changelog
Please see our [releases](https://github.com/stacksjs/stacks/releases) page for more information on what has changed recently.
## ๐ Contributing
Please review the [Contributing Guide](https://github.com/stacksjs/contributing) for details.
## ๐ Community
For help, discussion about best practices, or any other conversation that would benefit from being searchable:
[Discussions on GitHub](https://github.com/stacksjs/stacks/discussions)
For casual chit-chat with others using this package:
[Join the Stacks Discord Server](https://discord.gg/stacksjs)
## ๐๐ผ Credits
Many thanks to the following core technologies & people who have contributed to this plugin:
- [Jess Archer](https://github.com/jessarcher/zsh-artisan/blob/master/artisan.plugin.zsh)
- [Chris Breuer](https://github.com/chrisbbreuer)
- [All Contributors](../../contributors)
## ๐ License
The MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/stacks/tree/main/LICENSE.md) for more information.
Made with ๐