Skip to content

Commit

Permalink
Add Community section to README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Reale committed Jul 11, 2017
1 parent 4c34c29 commit 889cc32
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 13 deletions.
45 changes: 38 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,37 @@

[![Read the Docs](https://readthedocs.org/projects/bashlets/badge/?version=latest)](http://bashlets.readthedocs.io/en/latest/?badge=latest)

1. [Introduction](#introduction)
1. [Installing](#installing)
3. [Examples](#examples)
4. [Design Notes](#design-notes)
5. [Style Guide](#style-guide)
6. [Bibliography](#bibliography)

<!-- toc -->

- [Introduction](#introduction)
- [Installing](#installing)
- [Examples](#examples)
* [Basic interaction](#basic-interaction)
* [Data types: generating a random printable string of arbitrary length](#data-types-generating-a-random-printable-string-of-arbitrary-length)
* [Data types: generating and validating UUIDs](#data-types-generating-and-validating-uuids)
* [Data types: handling intervals of timestamps](#data-types-handling-intervals-of-timestamps)
* [Data types: comparing version strings](#data-types-comparing-version-strings)
* [Cache: passing data around](#cache-passing-data-around)
* [Character streams: converting formats without external tools](#character-streams-converting-formats-without-external-tools)
* [Math: manipulating complex numbers](#math-manipulating-complex-numbers)
* [Math: calculating basic constants to (almost) arbitrary precision](#math-calculating-basic-constants-to-almost-arbitrary-precision)
* [Parsers: interpreting YAML documents in na(t)ive Bash code](#parsers-interpreting-yaml-documents-in-native-bash-code)
* [User eXperience: enjoying a basic REPL cycle](#user-experience-enjoying-a-basic-repl-cycle)
* [API: describing a sequence of integers](#api-describing-a-sequence-of-integers)
- [Design Notes](#design-notes)
- [Style Guide](#style-guide)
- [Community](#community)
- [Bibliography](#bibliography)
* [Reference Works](#reference-works)
* [Bash Hacking](#bash-hacking)
* [Bash Criticism](#bash-criticism)
* [Special Topics](#special-topics)
* [Tools](#tools)
* [Collections of scripts](#collections-of-scripts)
* [Frameworks](#frameworks)
* [Special-purpose libraries](#special-purpose-libraries)

<!-- tocstop -->

## Introduction

Expand Down Expand Up @@ -177,6 +201,13 @@ TODO
TODO


## Community

* Twitter channel: https://twitter.com/bashlets
* Facebook page: https://www.facebook.com/bashlets
* Telegram bot:


## Bibliography

### Reference Works
Expand Down
14 changes: 8 additions & 6 deletions README.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@

[![Read the Docs](https://readthedocs.org/projects/bashlets/badge/?version=latest)](http://bashlets.readthedocs.io/en/latest/?badge=latest)

1. [Introduction](#introduction)
1. [Installing](#installing)
3. [Examples](#examples)
4. [Design Notes](#design-notes)
5. [Style Guide](#style-guide)
6. [Bibliography](#bibliography)
<!-- toc -->


## Introduction
Expand Down Expand Up @@ -177,6 +172,13 @@ TODO
TODO


## Community

* Twitter channel: https://twitter.com/bashlets
* Facebook page: https://www.facebook.com/bashlets
* Telegram bot: @bashlets


## Bibliography

### Reference Works
Expand Down

0 comments on commit 889cc32

Please sign in to comment.