Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdnjs/tutorials
📖 Community driven web development tutorials
https://github.com/cdnjs/tutorials
cdnjs community document tutorial tutorials
Last synced: 4 days ago
JSON representation
📖 Community driven web development tutorials
- Host: GitHub
- URL: https://github.com/cdnjs/tutorials
- Owner: cdnjs
- License: mit
- Archived: true
- Created: 2015-05-31T05:37:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T11:08:25.000Z (over 2 years ago)
- Last Synced: 2024-10-30T00:55:25.114Z (5 days ago)
- Topics: cdnjs, community, document, tutorial, tutorials
- Homepage:
- Size: 139 KB
- Stars: 215
- Watchers: 34
- Forks: 124
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- my-awesome-list - tutorials
README
The #1 free and open source CDN built to make life easier for developers.
---
## Table of Contents
* [Introduction](#introduction)
* [Contributing](#contributing)
* [Tutorial Listings](#tutorial-listings)
* [Why host your tutorial on cdnjs?](#why-host-your-tutorial-on-cdnjs)## Introduction
We want you to help us write awesome Community driven open source web development tutorials!. By developers, for developers.
Here's a simple list of questions to help you figure out if you should publish a web development tutorial on cdnjs:
* Do you love web development?
* Do you want to help other people learn web development?
* Did you just learn about something awesome that you think other people would find awesome too?If you answered yes to any of the above, we want you to write a web development tutorial and publish it on cdnjs! It's super easy!
## Contributing
Simply fork the repository and copy the [example tutorial](https://github.com/cdnjs/tutorials/tree/master/backbone.js/organizing-backbone-using-modules)
Each tutorial should have a master `index.md` file which will contain the contents of your tutorial. And it should also contain a `tutorial.json` file which contains all the meta information about your tutorial.
We want to make a super beautiful and useful tutorial system where anyone can get setup in minutes.
## Tutorial Listings
Tutorials show under each associated library on the [cdnjs.com](https://cdnjs.com) website, and are also all available via the [API](https://cdnjs.com/api). At the moment we don't have support for generic JavaScript tutorials but please leave an issue if you want to write one.
![related tutorials](http://i.imgur.com/mDOePCw.png)
## Why host your tutorial on cdnjs?
* [cdnjs.com](https://cdnjs.com) is visited by hundreds of thousands of web developers every month.
* You don't have to worry about setting up an elegant website to display your tutorials.
* Authors get full credit and can remove their work at any time.
* Everything is hosted on GitHub so the community can easily help fix bugs and grammatical mistakes in your tutorials.## License
Each library is released under its own license. This cdnjs repository and the tutorials within are published under [MIT license](LICENSE).