Awesome List Updates on Feb 21, 2019
7 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Npm Scripts
Videos/Talks
- Advanced front-end automation with npm scripts - Talk at Nordic.js 2015 by Kate Hudson.
Cross-platform Utilities
- cpr (⭐76) -
cp -r
for Node.js.
Other Utilities / Utility Packs
- Bower files CLI (⭐3) - Get main bower files on the command line.
Cross-platform Shell Reference / Utility Packs
- Use
&&
to run commands in sequence. If a command fails, the script exits.
- Use
|
to pipe the stdout of one command into the stdin of the next. (do-something | something else
)
- Use
>
to write the stdout of a command to a file. (do-something > file
)
- Use
<
to send the contents of a file to a command's stdin. (command < file
)
- Use
cd <dir>
to change the current working directory to<dir>
. Note thatcd
alone prints the current working directory on windows, but changes the working directory to~
on *nix.
2. Awesome Hbase
Integrations / Transactions
- Pulsar - HBase connector for Pulsar.
3. Awesome Unity
Video
- Vimeo Unity SDK (⭐192) - Easily stream your Vimeo videos into Unity or record and publish out to Vimeo.
4. Awesome Actionscript3
Development Tools / Code Editors
- IntelliJ IDEA - Commercial IDE that supports many different languages including AS3.
5. Awesome Ember
Packages / Command-line apps
- @ember/optional-features (⭐40) - This addon allows you to easily enable/disable optional features in ember-source. To clarify what we mean by optional, these are features that will be opt-in/opt-out and optional for the foreseeable future, not features that will be enabled by default. It is intended for use with apps only not addons.
6. Awesome List
Miscellaneous
- Food (⭐176) - Food-related projects on GitHub.
7. Awesome Selfhosted
Software / Bookmarks and Link Sharing
- Espial (⭐770) - An open-source, web-based bookmarking server.
AGPL-3.0
Haskell
Software / Communication - Social Networks and Forums
- Pleroma - Federated microblogging server, Mastodon, GNU social, & ActivityPub compatible. (Source Code)
AGPL-3.0
Elixir
- Prev: Feb 22, 2019
- Next: Feb 20, 2019