https://github.com/howprogrammingworks/book
Metaprogramming. Multi-paradigm approach in the Software Engineering.
https://github.com/howprogrammingworks/book
book javascript metaprogramming programming software-engineering
Last synced: 17 days ago
JSON representation
Metaprogramming. Multi-paradigm approach in the Software Engineering.
- Host: GitHub
- URL: https://github.com/howprogrammingworks/book
- Owner: HowProgrammingWorks
- License: mit
- Created: 2017-03-09T00:11:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T22:32:28.000Z (over 1 year ago)
- Last Synced: 2025-03-29T10:09:41.267Z (24 days ago)
- Topics: book, javascript, metaprogramming, programming, software-engineering
- Language: JavaScript
- Homepage: https://youtube.com/TimurShemsedinov
- Size: 4.1 MB
- Stars: 475
- Watchers: 40
- Forks: 80
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Metaprogramming
## Multi-paradigm approach in the Software Engineering
[Index EN](content/en/Index.md) | [Оглавление RU](content/ru/Index.md) | [Зміст UK](content/uk/Index.md) | [Obsah CZ](content/cz/Index.md)
Generated books are located in */release* folder
To build pdf file run:
```
npm i
npm run build
```