Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamiebuilds/babel-handbook
:blue_book: A guided handbook on how to use Babel and how to create plugins for Babel.
https://github.com/jamiebuilds/babel-handbook
babel handbook
Last synced: 4 days ago
JSON representation
:blue_book: A guided handbook on how to use Babel and how to create plugins for Babel.
- Host: GitHub
- URL: https://github.com/jamiebuilds/babel-handbook
- Owner: jamiebuilds
- License: cc-by-4.0
- Created: 2015-10-25T19:55:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T15:30:34.000Z (6 months ago)
- Last Synced: 2024-12-02T17:07:54.825Z (11 days ago)
- Topics: babel, handbook
- Homepage:
- Size: 2.7 MB
- Stars: 12,051
- Watchers: 232
- Forks: 1,783
- Open Issues: 113
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - jamiebuilds/babel-handbook - :blue\_book: A guided handbook on how to use Babel and how to create plugins for Babel. (miscellaneous)
- awesome-github-star - babel-handbook
- awesome-list - babel-handbook
- StarryDivineSky - jamiebuilds/babel-handbook
- awesome-star-libs - jamiebuilds / babel-handbook
README
# Babel Handbook
Written by [Jamie Kyle](https://jamie.build/)
A guided handbook on how to use Babel and how to create plugins for Babel.
**Translations**
- [English](https://github.com/thejameskyle/babel-handbook/tree/master/translations/en/README.md)
- [Afrikaans](https://github.com/thejameskyle/babel-handbook/tree/master/translations/af/README.md)
- [العربية](https://github.com/thejameskyle/babel-handbook/tree/master/translations/ar/README.md)
- [Català](https://github.com/thejameskyle/babel-handbook/tree/master/translations/ca/README.md)
- [Čeština](https://github.com/thejameskyle/babel-handbook/tree/master/translations/cs/README.md)
- [Dansk](https://github.com/thejameskyle/babel-handbook/tree/master/translations/da/README.md)
- [Deutsch](https://github.com/thejameskyle/babel-handbook/tree/master/translations/de/README.md)
- [Ελληνικά](https://github.com/thejameskyle/babel-handbook/tree/master/translations/el/README.md)
- [Español](https://github.com/thejameskyle/babel-handbook/tree/master/translations/es-ES/README.md)
- [فارسی](https://github.com/thejameskyle/babel-handbook/tree/master/translations/fa-IR/README.md)
- [Français](https://github.com/thejameskyle/babel-handbook/tree/master/translations/fr/README.md)
- [עִברִית](https://github.com/thejameskyle/babel-handbotree/master/ok/translations/he/README.md)
- [Italiano](https://github.com/thejameskyle/babel-handbook/tree/master/translations/it/README.md)
- [日本語](https://github.com/thejameskyle/babel-handbook/tree/master/translations/ja/README.md)
- [한국어](https://github.com/thejameskyle/babel-handbook/tree/master/translations/ko/README.md)
- [Magyar](https://github.com/thejameskyle/babel-handbook/tree/master/translations/hu/README.md)
- [Nederlands](https://github.com/thejameskyle/babel-handbook/tree/master/translations/nl/README.md)
- [Norsk](https://github.com/thejameskyle/babel-handbook/tree/master/translations/no/README.md)
- [Polskie](https://github.com/thejameskyle/babel-handbook/tree/master/translations/pl/README.md)
- [Português](https://github.com/thejameskyle/babel-handbook/tree/master/translations/pt-PT/README.md)
- [Português (Brasil)](https://github.com/thejameskyle/babel-handbook/tree/master/translations/pt-BR/README.md)
- [Română](https://github.com/thejameskyle/babel-handbook/tree/master/translations/ro/README.md)
- [Русский](https://github.com/thejameskyle/babel-handbook/tree/master/translations/ru/README.md)
- [Српски језик (Ћирилица)](https://github.com/thejameskyle/babel-handbook/tree/master/translations/sr/README.md)
- [Suomi](https://github.com/thejameskyle/babel-handbook/tree/master/translations/fi/README.md)
- [Svenska](https://github.com/thejameskyle/babel-handbook/tree/master/translations/sv-SE/README.md)
- [Türkçe](https://github.com/thejameskyle/babel-handbook/tree/master/translations/tr/README.md)
- [Tiếng Việt](https://github.com/thejameskyle/babel-handbook/tree/master/translations/vi/README.md)
- [Українська](https://github.com/thejameskyle/babel-handbook/tree/master/translations/uk/README.md)
- [中文](https://github.com/thejameskyle/babel-handbook/tree/master/translations/zh-Hans/README.md)
- [繁體中文](https://github.com/thejameskyle/babel-handbook/tree/master/translations/zh-Hant/README.md)**[Request another translation](https://github.com/thejameskyle/babel-plugin-handbook/issues/new?title=Translation%20Request:%20[Please%20enter%20language%20here]&body=I%20am%20able%20to%20translate%20this%20language%20[yes/no])**
If you are reading a non-English translation of this document you will find a
number of English words that are programming concepts. If these were translated
to other languages there would be a lack of consistency and fluency when reading
about them. In many cases you will find the literal translation followed by the
English term in parenthesis `()`. For example: Abstract Syntax Trees (ASTs).Special thanks to [@sebmck](https://github.com/sebmck/),
[@hzoo](https://github.com/hzoo),
[@jdalton](https://github.com/jdalton),
[@abraithwaite](https://github.com/abraithwaite),
[@robey](https://github.com/robey), and others for their
amazing help on this handbook.