Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/survivejs/maintenance-book
”SurviveJS — Maintenance” book
https://github.com/survivejs/maintenance-book
bundling ebook javascript leanpub maintenance maintenance-book npm survivejs web-development
Last synced: 12 days ago
JSON representation
”SurviveJS — Maintenance” book
- Host: GitHub
- URL: https://github.com/survivejs/maintenance-book
- Owner: survivejs
- Created: 2017-03-09T18:53:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T10:15:28.000Z (over 1 year ago)
- Last Synced: 2024-04-13T21:54:54.579Z (7 months ago)
- Topics: bundling, ebook, javascript, leanpub, maintenance, maintenance-book, npm, survivejs, web-development
- Language: JavaScript
- Homepage: https://survivejs.com/maintenance/
- Size: 2.78 MB
- Stars: 111
- Watchers: 8
- Forks: 21
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
[![build status](https://secure.travis-ci.org/survivejs/maintenance-book.svg)](http://travis-ci.org/survivejs/maintenance-book) [![Join the chat at https://gitter.im/survivejs/maintenance](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/survivejs/maintenance)
# SurviveJS - Maintenance
Maintaining web projects is difficult. The purpose of this book is help you to maintain your projects and gather good practices into a single place. You can [read the book online](http://survivejs.com/maintenance/introduction/).
## How to Use This Repository?
You can read the content easily through [the book site](http://survivejs.com/maintenance/introduction/). It is also available within the `manuscript` directory of the repository.
The book is developed under the `master` branch. It contains the source of the most recent development version. Each version has been tagged so that it's easy for you to find the source matching to the version of the book you are reading.
## Getting Support
As no book is perfect, you will likely come by issues and might have some questions related to the content. There are a couple of options to deal with this:
* Contact me through [GitHub Issue Tracker](https://github.com/survivejs/maintenance-book/issues)
* Join me at [Gitter Chat](https://gitter.im/survivejs/maintenance)
* Follow [@survivejs](https://twitter.com/survivejs) at Twitter for official news or poke me through [@bebraw](https://twitter.com/bebraw) directly
* Send me email at [[email protected]](mailto:[email protected])
* Ask me anything about webpack or React at [SurviveJS AmA](https://github.com/survivejs/ama/issues)If you post questions to [Stack Overflow](http://stackoverflow.com/search?q=survivejs), tag them using [**survivejs**](https://stackoverflow.com/questions/tagged/survivejs) so I will get notified of them. You can also use the hashtag **#survivejs** at Twitter.
## Announcements
I announce SurviveJS related news through a couple of channels:
* [Mailing list](http://eepurl.com/bth1v5)
* [Twitter](https://twitter.com/survivejs)
* [Blog RSS](http://survivejs.com/atom.xml)Feel free to subscribe.
## Contributing
Feedback and PRs are welcome! See *CONTRIBUTING.md* for more information.
## License