Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bar9/awesome-code-tools
A curated list of awesome tools, resources and workflow tips for coding
https://github.com/bar9/awesome-code-tools
List: awesome-code-tools
Last synced: 3 months ago
JSON representation
A curated list of awesome tools, resources and workflow tips for coding
- Host: GitHub
- URL: https://github.com/bar9/awesome-code-tools
- Owner: bar9
- Created: 2020-12-29T16:37:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T10:56:08.000Z (almost 3 years ago)
- Last Synced: 2024-04-24T04:41:38.513Z (6 months ago)
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesome-code-tools - A curated list of awesome tools, resources and workflow tips for coding. (Other Lists / PowerShell Lists)
README
# Awesome Code Tools [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
A curated list of awesome tools, resources and workflow tips for coding
# Content
- [Code formatters](#code-formatters)
- [Linters](#linters)
- [Communication and collaboration](#communiction-and-collaboration)
- [Code Browsers](#code-browsers)
- [Cloud IDEs](#cloud-ides)
- [Documentation](#documentation)
- [Data](#data)
- [Codegen](#codegen)
- [Scaffolding](#scaffolding)
- [Stats and productivity](#stats-and-productivity)
- [Vim ecosystem](#vim-ecosystem)
- [Email](#email)
- [Shell](#shell)
- [Concepts](#concepts)
- [Other Awesome Lists](#other-awesome-lists)
- [Other Indexes](#other-indexes)## Code Formatters
- [Prettier](https://prettier.io) Opinionated code formatter supporting many languages and editors## Linters
### Javascript & Typescript
- [ESLint](https://eslint.org/) Analyses Javascript & suggests fixes## Communication and collaboration
- [Floobits](https://floobits.com/) Cross-Editor collaboration
- [Codestream](https://www.codestream.com/) Collaboration tools inside IDE
- [Code with me](https://plugins.jetbrains.com/plugin/14896-code-with-me) Connects programmers working with IntelliJ IDEs## Code Browsers
- [CScope](http://cscope.sourceforge.net/) Tool for browsing source code, integrates with vim## Cloud IDEs
- [GitPod](https://www.gitpod.io/) A dev environment in the cloud## Documentation
- [doxygen](https://www.doxygen.nl/index.html) Generate documentation from code
- [Daux.io](http://daux.io/) A documentation generator from markdown
- [Asciinema](https://asciinema.org) Terminal screencasts
- [Zeal / Dash](https://zealdocs.org) Offline documentation browser## Data
- [xsv](https://github.com/BurntSushi/xsv) A csv toolkit for the CLI
- [Apache Superset](https://superset.apache.org/) Data exploration and visualization platform
- [datatools](https://github.com/caltechlibrary/datatools) Conversion tool for the most common data formats
## Codegen
- [Quicktype](https://github.com/quicktype/quicktype) Generate strong types from JSON etc.## Scaffolding
- [Degit](https://github.com/Rich-Harris/degit) Scaffold a project from a git repository, without cloning
- [Emmet](https://emmet.io/) Emmet (expanding abbreviations)## Stats and Productivity
- [Wakatime](https://wakatime.com) Metrics about your programming## Vim ecosystem
- [Vim](https://vim.org) The legendary modal editor
- [Cheat-Sheet](https://vim.rtorr.com) Well-arranged cheat sheet
- [Janus](https://github.com/carlhuda/janus) Distribution with useful plugins
- [Syntastic](https://github.com/vim-syntastic/syntastic) Syntax checker
- [vim-easytags](https://github.com/xolox/vim-easytags) Syntax highlighting
- [Mail Studio](https://mailstudio.app) Design responsive emails working across different clients
- [greenmail](https://github.com/greenmail-mail-test/greenmail) suite of email servers for testing purposes## Shell
- [nushell](https://www.nushell.sh/) A table-oriented shell written in Rust## Concepts
- [Do Nothing Scripts](https://blog.danslimmon.com/2019/07/15/do-nothing-scripting-the-key-to-gradual-automation/) A more developer-oriented version of the checklist## Other Awesome lists
- [Awesome Dev Env](https://github.com/jondot/awesome-devenv)
- [Awesome Code Review](https://github.com/joho/awesome-code-review)
- [Awesome Devtools](https://github.com/moimikey/awesome-devtools)## Other indexes
- [Developer Tools on ProductHunt](https://www.producthunt.com/topics/developer-tools)