All Projects → teadocs → Teadocs

teadocs / Teadocs

Licence: mit
Teadocs is a quick and easy WEB document setup tool

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Teadocs

Larecipe
🍪 Write gorgeous documentation for your products using Markdown inside your Laravel app.
Stars: ✭ 1,953 (+1120.63%)
Mutual labels:  documentation
Docs.easyjitsi.com
📖 Learn About Jitsi & Take your Product to the Next Level With Easy Jitsi
Stars: ✭ 155 (-3.12%)
Mutual labels:  documentation
Documentation
Pantheon Docs
Stars: ✭ 157 (-1.87%)
Mutual labels:  documentation
Ebook Template
Template to create PDF, ePub and Kindle books with Asciidoctor
Stars: ✭ 150 (-6.25%)
Mutual labels:  documentation
Recipes
A Hands-On Cookbook for Aspiring Blockchain Chefs
Stars: ✭ 150 (-6.25%)
Mutual labels:  documentation
Pandas Doc Zh
📖 [译] Pandas 中文文档(待校对)
Stars: ✭ 155 (-3.12%)
Mutual labels:  documentation
Slack Api Specs
Open API specifications for platform products by Slack
Stars: ✭ 148 (-7.5%)
Mutual labels:  documentation
Awesome Pharo
A collection of awesome Pharo libraries, tools, frameworks and software.
Stars: ✭ 159 (-0.62%)
Mutual labels:  documentation
Nasa Latex Docs
An easy and convenient package to create technical LaTeX documents.
Stars: ✭ 153 (-4.37%)
Mutual labels:  documentation
Mkdocs
Project documentation with Markdown.
Stars: ✭ 13,346 (+8241.25%)
Mutual labels:  documentation
Simpler Paper
elegant document generation tool.
Stars: ✭ 151 (-5.62%)
Mutual labels:  documentation
Pepp Pt Documentation
Documentation for Pan-European Privacy-Preserving Proximity Tracing (PEPP-PT)
Stars: ✭ 153 (-4.37%)
Mutual labels:  documentation
Home Assistant.io
📘 Home Assistant User documentation
Stars: ✭ 2,377 (+1385.63%)
Mutual labels:  documentation
Generator Standard Readme
Scaffold out a Standard Readme
Stars: ✭ 150 (-6.25%)
Mutual labels:  documentation
Pandocs
The infamous Pan Docs historical document: the single, most comprehensive Game Boy technical reference.
Stars: ✭ 158 (-1.25%)
Mutual labels:  documentation
Qiskit
Qiskit is an open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules.
Stars: ✭ 2,332 (+1357.5%)
Mutual labels:  documentation
Express Typescript Boilerplate
A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
Stars: ✭ 2,293 (+1333.13%)
Mutual labels:  documentation
Cra closer look
An explanation of the problems that Create-React-App addresses, and how it attempts to solve them.
Stars: ✭ 159 (-0.62%)
Mutual labels:  documentation
Mm Wiki
MM-Wiki 一个轻量级的企业知识分享与团队协同软件,可用于快速构建企业 Wiki 和团队知识分享平台。部署方便,使用简单,帮助团队构建一个信息共享、文档管理的协作环境。
Stars: ✭ 2,364 (+1377.5%)
Mutual labels:  documentation
Jsdoc
An API documentation generator for JavaScript.
Stars: ✭ 12,555 (+7746.88%)
Mutual labels:  documentation

Teadocs

Teadocs is a quick and easy WEB document setup tool.

NPM

npm Bitbucket Pipelines GitHub top language CocoaPods

下一个版本 TODO

  • 更新说明文档(中文、英文)💪
  • dev 时候产生的目录改名为.temp,并且dev断开后自动删除该文件夹。💪
  • 自动递增端口 by dkvirus #25 👍
  • tree.md 功能优化 by dkvirus #24 👍
  • 增加单元测试/页面测试 😘
  • 函数/类增加完整注释说明 😘

Documentation

Getting Started

installation

Prerequisites: Nodejs(>=8.0), npm version 3+.

$ npm install -g teadocs

usage

step 1

Initialize a new document project

$ teadcos init mydocs

step 2

Go to this folder

$ cd mydocs

step 3

This step is to enter the document editing mode, this mode will monitor the markdown file changes in real-time hot replacement of html pages.

$ teadocs dev

Automatically generate md

If you want to be lazy, you can run this command again. This command will automatically generate the relevant markdown file from tree.html.

$ teadocs init

build docs

Build from ./mydocs

$ teadocs build

LICENSE

MIT License

Copyright (c) 2019 ZhiBing([email protected])

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].