Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/concon121/wannabe-awesome
:sunglasses: Curated list of awesome lists
https://github.com/concon121/wannabe-awesome
List: wannabe-awesome
editor ide workspace
Last synced: about 1 month ago
JSON representation
:sunglasses: Curated list of awesome lists
- Host: GitHub
- URL: https://github.com/concon121/wannabe-awesome
- Owner: concon121
- License: mit
- Created: 2017-04-09T18:11:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T21:12:08.000Z (about 7 years ago)
- Last Synced: 2024-10-26T23:36:38.914Z (about 2 months ago)
- Topics: editor, ide, workspace
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- ultimate-awesome - wannabe-awesome - :sunglasses: Curated list of awesome lists . (Other Lists / PowerShell Lists)
README
# wannabe [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
> Inspired by [Awesome](https://github.com/sindresorhus/awesome), the original curated list of awesome lists.
---
:collision: A curated list of curated lists and awesome resources :collision:
---
## Contents
- [Workspace Set Up](#workspace-set-up)
- [General](#general)
- [CentOS](#centos)
- [Ubuntu](#ubuntu)
- [Command Line](#command-line)
- [Editors and IDE's](#editors-and-ides)
- [Atom](#atom)
- [Development Tools](#development-tools)
- [Github](#github)## Workspace Set Up
### General
- [awesome-devenv](https://github.com/jondot/awesome-devenv) - A curated list of awesome tools, resources and workflow tips making an awesome development environment.
### CentOS
- [Apache Maven](https://gist.github.com/concon121/6046b402afc627fd1302049cf5951a73) - Installing Apache Maven via yum on CentOS.
- [Java 8](https://www.digitalocean.com/community/tutorials/how-to-install-java-on-centos-and-fedora) - Installing Oracle JDK for java 8 via yum on CentOS.
- [NodeJS](https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora) - Installing Node JS via yum on CentOS.
- [Ruby](https://www.ruby-lang.org/en/documentation/installation/#yum) - Install Ruby via yum on CentOS.### Ubuntu
- [Apache Maven](https://www.mkyong.com/maven/how-to-install-maven-in-ubuntu/) - Installing Apache Maven via apt on Ubuntu.
- [Java 8](https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-get-on-ubuntu-16-04) - Installing Oracle JDK for java 8 via apt on Ubuntu.
- [NodeJS](https://tecadmin.net/install-latest-nodejs-npm-on-ubuntu/) - Installing Node JS via apt on Ubuntu.
- [Ruby](https://www.ruby-lang.org/en/documentation/installation/#apt) - Install Ruby via apt on Ubuntu.### Command Line
- [awesome-shell](https://github.com/alebcay/awesome-shell) - A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
- [jq](https://stedolan.github.io/jq/) - A lightweight and flexible command line JSON processor.
- [tldr](https://github.com/raylee/tldr) - Community driven man pages.## Editors and IDEs
### Atom
- [atom-beautify](https://atom.io/packages/atom-beautify) - Beautify lots of languages in Atom.
- [atom-commit-templates](https://atom.io/packages/atom-commit-templates) - Easily set custom commit templates in Atom.
- [atom-maven](https://atom.io/packages/atom-maven) - Maven integration for Atom!
- [atom-terminal-panel](https://atom.io/packages/atom-terminal-panel) - An advanced Atom terminal interface.
- [ex-mode](https://atom.io/packages/ex-mode) - ex-mode for vim-mode-plus.
- [file-icons](https://atom.io/packages/file-icons) - Assign file extension icons and colours for improved visual grepping.
- [file-types](https://atom.io/packages/file-types) - Specify additional file types for languages.
- [git-control](https://atom.io/packages/git-control) - Provides a GUI interface to manage all commonly used git commands.
- [git-plus](https://atom.io/packages/git-plus) - Do git things without the terminal.
- [platformio-ide-terminal](https://atom.io/packages/platformio-ide-terminal) - A terminal package for Atom, complete with themes, API and more.
- [project-manager](https://atom.io/packages/project-manager) - Project Manager for easy access and switching between projects in Atom.
- [script](https://atom.io/packages/script) - Run code in Atom!
- [sync-settings](https://atom.io/packages/sync-settings) - Backup your Atom settings to a GitHub Gist.
- [tree-view-git-status](https://atom.io/packages/tree-view-git-status) - Show the git repository status in the Atom tree-view.
- [tool-bar](https://atom.io/packages/tool-bar) - Provides a customisable tool bar.
- [tool-bar-atom](https://atom.io/packages/tool-bar-atom) - Puts commonly used actions on the tool bar.
- [vim-mode-plus](https://atom.io/packages/vim-mode-plus) - Provides vim modal control for Atom.
- [word-count](https://atom.io/packages/wordcount) - Counts the words (and characters) in your current document, as well as in your selections and displays it in the status bar.## Development Tools
### Github
- [github-changelog-generator](https://github.com/skywinder/github-changelog-generator) - A Ruby gem which will automatically generate a change log from your tags, issues, labels and pull requests on Github.
- [catlight](https://catlight.io/) - Status notifications that hook into your Github builds.