Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielcsapo/tryitout
🎩 a way to build interactive doc pages with configuration files
https://github.com/gabrielcsapo/tryitout
browser demo javascript product
Last synced: 16 days ago
JSON representation
🎩 a way to build interactive doc pages with configuration files
- Host: GitHub
- URL: https://github.com/gabrielcsapo/tryitout
- Owner: gabrielcsapo
- License: mit
- Created: 2017-06-01T04:12:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T06:23:30.000Z (almost 4 years ago)
- Last Synced: 2025-01-03T07:45:48.622Z (23 days ago)
- Topics: browser, demo, javascript, product
- Language: JavaScript
- Homepage: https://gabrielcsapo.github.io/tryitout
- Size: 13 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
tryitout
🎩 build interactive doc pages with configuration files
[![Build Status](https://travis-ci.org/gabrielcsapo/tryitout.svg?branch=master)](https://travis-ci.org/gabrielcsapo/tryitout)
[![Dependency Status](https://starbuck.gabrielcsapo.com/badge/github/gabrielcsapo/tryitout/status.svg)](https://starbuck.gabrielcsapo.com/github/gabrielcsapo/tryitout)
[![devDependency Status](https://starbuck.gabrielcsapo.com/badge/github/gabrielcsapo/tryitout/dev-status.svg)](https://starbuck.gabrielcsapo.com/github/gabrielcsapo/tryitout#info=devDependencies)
[![Coverage Status](https://lcov-server.gabrielcsapo.com/badge/github%2Ecom/gabrielcsapo/tryitout.svg)](https://lcov-server.gabrielcsapo.com/coverage/github%2Ecom/gabrielcsapo/tryitout)
[![npm](https://img.shields.io/npm/dt/tryitout.svg?maxAge=2592000)]()
[![npm](https://img.shields.io/npm/dm/tryitout.svg?maxAge=2592000)]()## Installation
```
npm install tryitout -g
```## Usage
> for more usage details please check [here](https://www.gabrielcsapo.com/tryitout)
```
Usage: tryitout [options]Commands:
version, -v, --version Output the version number
help, -h, --help Outputs this menuOptions:
-s, --source The source json file that explain what you want to try out (the default file is .tryitout)
-o, --output [directory] The output directory (the default is ./docs)
-t, --template The template that is to be applied to the configuration [code, landing, product, readme]
```