An open API service indexing awesome lists of open source software.

https://github.com/quacksouls/jaf

Adventures in functional JavaScript
https://github.com/quacksouls/jaf

functional-programming javascript

Last synced: 9 months ago
JSON representation

Adventures in functional JavaScript

Awesome Lists containing this project

README

          

# Adventures in Functional JavaScript

[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-blue.svg)](http://creativecommons.org/licenses/by-nc-sa/4.0/)

_Insert introduction_

## Development

We customized various themes:

- [Ace](https://github.com/manchiyiu/gitbook-plugin-ace): The modified theme
is [here](gitbook/gitbook-plugin-ace/ace.js).
- [include-codeblock](https://github.com/azu/gitbook-plugin-include-codeblock):
Modified the theme of linked file names. The customized theme is
[here](gitbook/gitbook-plugin-include-codeblock/templates/acefull-template.hbs).
The styling is based upon
[`codeblock-filename`](https://github.com/litmon/gitbook-plugin-codeblock-filename/blob/master/book/block.css).
- [prism](https://github.com/gaearon/gitbook-plugin-prism): In the file
[`package.json`](https://github.com/gaearon/gitbook-plugin-prism/blob/master/package.json),
we replaced the lines
```js
"engines": {
"gitbook": ">=2.4.1 <4.0.0"
},
```
with
```js
"engines": {
"gitbook": ">=2.4.1"
},
```

## Acknowledgement

- [HonKit](https://github.com/honkit/honkit) is used to build the tutorial.

## License

![CC BY-NC-SA 4.0](image/cc.png "CC BY-NC-SA 4.0")

This work is licensed under the terms of the Creative Commons
Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0). Refer
to [this page](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode) for
the full text of the license.