Skip to content

Instantly share code, notes, and snippets.

@michaelsbradleyjr
Created January 16, 2020 20:29
Show Gist options
  • Save michaelsbradleyjr/448bd20defa7a076e9eb0618650978dc to your computer and use it in GitHub Desktop.
Save michaelsbradleyjr/448bd20defa7a076e9eb0618650978dc to your computer and use it in GitHub Desktop.
-*- mode: ag; default-directory: "~/repos/embark/" -*-
Ag started at Thu Jan 16 14:27:42
ag --literal --group --line-number --column --color --color-match 30\;43 --color-path 1\;32 --smart-case --stats -- embark-framework .
File: CONTRIBUTING.md
29:121:If you would like to chat about the question in real-time, you can reach out via [our gitter channel](https://gitter.im/embark-framework/Lobby).
File: packages/embark/README.md
4:47:[![Gitter](https://img.shields.io/gitter/room/embark-framework/Lobby.svg)](https://gitter.im/embark-framework/Lobby)
5:77:[![Build Status](https://dev.azure.com/embarklabs/Embark/_apis/build/status/embark-framework.embark?branchName=master)](https://dev.azure.com/embarklabs/Embark/_build/latest?definitionId=1&branchName=master)
File: packages/embark/src/cmd/cmd.js
425:80: console.log("or chat with us directly at: ".green + "https://gitter.im/embark-framework/Lobby".underline.green);
File: site/source/chat/index.md
6:41: Join us at <a href="https://gitter.im/embark-framework/Lobby">gitter.im/embark-framework/Lobby</a>
8:32:<iframe src="https://gitter.im/embark-framework/Lobby/~embed" style="width: 100%; height: 800px; border: 1px solid black"></iframe>
File: site/source/_posts/2018-09-27-how-to-create-a-token-factory-with-embark-part-1.md
297:55: <p>See the <a href="https://github.com/iurimatias/embark-framework/wiki">Wiki</a> to see what you can do with Embark!</p>
File: site/source/_posts/2020-01-09-take-back-the-web-hackathon.md
26:135:We’re always here to help with ideas and projects building with Embark tools. Make sure to connect with us [here](https://gitter.im/embark-framework/Lobby).
File: site/source/_posts/2019-03-18-upgrading-to-embark-4.md
148:120:Upgrading to Embark 4 will be a blast. If you ever have an issue, make sure to hit us up on [Gitter](https://gitter.im/embark-framework/Lobby).
File: site/source/_posts/2017-10-25-embark-2-6-released.md
10:40:Embark's npm package has changed from `embark-framework` to `embark`, this sometimes can create conflicts. To update, first uninstall embark-framework 1 to avoid any conflicts with `npm uninstall -g embark-framework` followed by `npm install -g embark`
178:114:To discuss about Embark or Dapp development, please [join us at the gitter channel](https://gitter.im/iurimatias/embark-framework)
File: site/source/_posts/2017-06-28-embark-2-5-released.md
11:40:Embark's npm package has changed from `embark-framework` to `embark`, this sometimes can create conflicts. To update, first uninstall embark-framework 1 to avoid any conflicts with `npm uninstall -g embark-framework` followed by `npm install -g embark`
60:114:To discuss about Embark or Dapp development, please [join us at the gitter channel](https://gitter.im/iurimatias/embark-framework)
File: site/source/_posts/2018-05-04-embark-3-0-released.md
200:103:To discuss about Embark or Dapp development, please [join us at the gitter channel](https://gitter.im/embark-framework/Lobby)
File: site/source/_posts/2019-03-19-introducing-embark-4.md
74:44:Chat with us in [Gitter](https://gitter.im/embark-framework/Lobby)
File: site/source/_posts/2018-10-27-how-to-create-a-token-factory-with-embark-part-2.md
43:55: <p>See the <a href="https://github.com/iurimatias/embark-framework/wiki">Wiki</a> to see what you can do with Embark!</p>
141:55: <p>See the <a href="https://github.com/iurimatias/embark-framework/wiki">Wiki</a> to see what you can do with Embark!</p>
File: site/source/_posts/2019-01-23-building-smart-contract-only-dapps.md
182:246:Also, there'll be more articles in the near future covering common use cases, so make sure to keep an eye on this space! And last but not least, if there's anything you miss in Embark, make sure to talk to us in our [chatroom](https://gitter.im/embark-framework/Lobby) so we can discuss what we can do to improve the tooling you need!
File: site/source/docs/overview.md
4:436:Welcome to the Embark documentation! The following guides will help you guiding your way through your journey of building decentralized applications. If you encounter any problems when using Embark, or find anything unclear described here, please have a look at the [troubleshooting guide](troubleshooting.html), raise an issue on [GitHub](https://github.com/embarklabs/embark/issues) or ask in the [Gitter Chatroom](https://gitter.im/embark-framework/Lobby) respectively.
File: site/source/docs/contributing.md
31:121:If you would like to chat about the question in real-time, you can reach out via [our gitter channel](https://gitter.im/embark-framework/Lobby).
File: site/source/docs/quick_start.md
13:211:Hopefully, after that you'll be motivated to explore the rest of Embark's [documentation](/docs/overview.html). If you run into any problems along your journey, check out [our Gitter channel](https://gitter.im/embark-framework/Lobby) as well. We are there to help.
File: site/source/community/index.md
5:27: href: https://gitter.im/embark-framework/Lobby
File: site/themes/embark/layout/partial/footer.swig
37:42: <a href="https://gitter.im/embark-framework/Lobby" class="u-link-ghost" title="Gitter">Gitter</a>
File: site/themes/embark/layout/community.swig
51:42: href: 'https://gitter.im/embark-framework/Lobby',
30 matches
19 files contained matches
1248 files searched
4284607 bytes searched
0.135935 seconds
Ag finished at Thu Jan 16 14:27:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment