faustinoaq changed the topic of #amber to: Welcome to Amber Framework community! | https://amberframework.org | Developer happiness, productivity and bare metal performance | GH: https://github.com/amberframework | Docs: https://docs.amberframework.org | Gitter: https://gitter.im/amberframework/amber | IRC Logger: https://irclog.whitequark.org/amber | Amber::Server.start
_whitelogger has joined #amber
<FromGitter> <Narayana108> Greetings, ⏎ ⏎ How can I get autocomplete on amber cli ? I am using ZSH
_whitelogger has joined #amber
_whitelogger has joined #amber
_whitelogger has joined #amber
<FromGitter> <drujensen> Hmm. I’m not sure we have that. Most commands have short aliases. You can use -h or —help to see them.
<FromGitter> <ikaru5> Hey guys, greetings! :) ⏎ If someone is interested in Trailblazer Operations and Contracts in Crystal. ⏎ I finally seperated my classes from my project and pushed them as shards. ⏎ Operations (https://github.com/ikaru5/hathor-operation) and Contracts (https://github.com/ikaru5/hathor-contract) ⏎ My first shards! Yay! :D [https://gitter.im/amberframework/amber?at=5ed2a4bd225dc25f54b6f6ef]
<FromGitter> <drujensen> @ikaru5 very cool. I will check them out.
<FromGitter> <ikaru5> @drujensen Thanks! Let me know :)
<FromGitter> <noaheverett_twitter> Is there a way to make Amber use yarn instead of NPM when using amber watch etc?
_whitelogger has joined #amber
<FromGitter> <drujensen> Yes. Replace the commands in .amber.yml file
<FromGitter> <drujensen> You can add or remove watch processes similar to foreman
<FromGitter> <noaheverett_twitter> ahh ok, thank you!
<FromGitter> <noaheverett_twitter> @drujensen wow just tested and worked great, thanks again!