All Projects → mkosir → react-demo-tab-cli

mkosir / react-demo-tab-cli

Licence: MIT license
⚡ Create React components demos in a zap

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
CSS
56736 projects

Projects that are alternatives of or similar to react-demo-tab-cli

nuxtswagger
Nuxt-TS-Swagger
Stars: ✭ 17 (-63.83%)
Mutual labels:  code-generator
radspec
🤘 Radspec is a safe interpreter for Ethereum's NatSpec
Stars: ✭ 123 (+161.7%)
Mutual labels:  documentation-tool
Generator-Forge-1.12.2
MCreator generator plugin for Minecraft Forge 1.12.2
Stars: ✭ 20 (-57.45%)
Mutual labels:  code-generator
ballcat
😸一个快速开发脚手架,快速搭建企业级后台管理系统,并提供多种便捷starter进行功能扩展。主要功能包括前后台用户分离,菜单权限,数据权限,定时任务,访问日志,操作日志,异常日志,统一异常处理,XSS过滤,SQL防注入,国际化 等多种功能
Stars: ✭ 947 (+1914.89%)
Mutual labels:  code-generator
ME
A DSL for macro expansion ,in order to help framework develop
Stars: ✭ 24 (-48.94%)
Mutual labels:  code-generator
s1kd-tools
A set of small, free and open source software tools for manipulating S1000D data.
Stars: ✭ 28 (-40.43%)
Mutual labels:  documentation-tool
api-explorer
API Explorer is a live documentation client for Swagger/OpenAPI Specification
Stars: ✭ 44 (-6.38%)
Mutual labels:  documentation-tool
oag
Idiomatic Go (Golang) client package generation from OpenAPI documents
Stars: ✭ 51 (+8.51%)
Mutual labels:  code-generator
scod
A nice documentation generator based on ddox.
Stars: ✭ 32 (-31.91%)
Mutual labels:  documentation-tool
numpydoc.el
Insert NumPy style docstrings in Python functions.
Stars: ✭ 33 (-29.79%)
Mutual labels:  documentation-tool
celerio
Celerio is a code generator tool for data-driven application.
Stars: ✭ 73 (+55.32%)
Mutual labels:  code-generator
madness
Instant Markdown Server
Stars: ✭ 54 (+14.89%)
Mutual labels:  documentation-tool
d2a
A translator Django into SQLAlchemy.
Stars: ✭ 23 (-51.06%)
Mutual labels:  code-generator
regen
Easy C++ reflection and code generation
Stars: ✭ 29 (-38.3%)
Mutual labels:  code-generator
wowchemy-hugo-themes
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, easily build with blocks! 创建在线课程,学术简历或初创网站。#OpenScience
Stars: ✭ 6,891 (+14561.7%)
Mutual labels:  documentation-tool
strictdoc
Software for writing technical requirements specifications.
Stars: ✭ 80 (+70.21%)
Mutual labels:  documentation-tool
WebApiToTypeScript
A tool for code generating TypeScript endpoints for your ASP.NET Web API controllers
Stars: ✭ 26 (-44.68%)
Mutual labels:  code-generator
doxypress
Documentation generation from annotated sources (multiple source languages)
Stars: ✭ 124 (+163.83%)
Mutual labels:  documentation-tool
sphinxcontrib-hdl-diagrams
Sphinx Extension which generates various types of diagrams from Verilog code.
Stars: ✭ 37 (-21.28%)
Mutual labels:  documentation-tool
sphinx press theme
A Sphinx-doc theme based on Vuepress
Stars: ✭ 113 (+140.43%)
Mutual labels:  documentation-tool

DemoZap

npm version CI oclif semantic-release prettier TypeScript

Easily create demos of React components

Maintaining example code and demo separately makes it painful, it's easy to get them out of sync 🙅

Code can't lie, documentation can 💥

DemoZap CLI keeps your code up to date with demo 💪

Usage

  • Name component files as [component_name].demozap.jsx
  • Run npx demozap generate

Use created demos 🎉

Demo 💥

Install

React

npm install -D react-demo-tab

Generated Demos

  • Generated demo files are prefixed with _:
    MyComponent.demozap.jsx_MyComponent.jsx
  • or set custom prefix:
    npx demozap generate --prefix=CustomPrefix

Built with DemoZap

Manually create demos

To manually create demos instead via CLI use DemoTab component.

Contributing

All contributions are welcome!

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].