前端工程化
前端打包工具
Source Map
- combine-source-map: Add source maps of multiple files, offset them and then combine them into one source map.
- convert-source-map: Converts a source-map from/to different formats and allows adding/changing properties.
- exorcist: Externalizes the source map found inside a stream to an external .js.map file
- generate-sourcemap: Generates a source map for files that were packed into a bundle.
- inline-source-map: Adds source mappings and base64 encodes them, so they can be inlined in your generated file.
- mold-source-map: Mold a source map that is almost perfect for you into one that is.
- source-map-cjs: Generates and consumes source maps. Adapted to be commonjs only and work in older browsers.
文档工具
JSDoc: https://github.com/jsdoc3/jsdoc
Jekyll: http://jekyllrb.com/
- Atomic Docs: Atomic Docs is a styleguide generator and component manager. Atomic Docs is built in PHP. Inspired by Brad Frost's Atomic Design principles.
- Daux: Daux.io is a documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly.
- Dexy: Dexy makes it easier to create technical documents by doing the repetitive parts for you. Dexy provides a consistent interface to tools and scripts so you don't have to run them manually.
- Docco: Docco is a quick-and-dirty documentation generator. It produces an HTML document that displays your comments intermingled with your code.
- JSDoc Documentation: Comprehensive guide for JSDoc.
- Ronn: Ronn builds manuals. It converts simple, human readable textfiles to roff for terminal display, and also to HTML for the web.
- Transcribe: Transcribe is a simple program which generates Markdown documentation from code comments.
- YUIDoc: YUIDoc is a Node.js application that generates API documentation from comments in source, using a syntax similar to tools like Javadoc and Doxygen.
- coddoc: coddoc is a jsdoc parsing library. Coddoc is different in that it is easily extensible by allowing users to add tag and code parsers. It also parses source code to be used in APIs.
- devdocs.io: Devdocs is an all-in-one API documentation reader with a fast, organized, and consistent interface.
- dox: JavaScript documentation generator for node using markdown and jsdoc.
- styledocco: StyleDocco generates documentation and style guide documents from your stylesheets.
TODO
Art is long, and life is short.