Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jhk0530/shinyReadme

shinyReadme
https://github.com/jhk0530/shinyReadme

readme-generator shiny shinyapps

Last synced: about 1 month ago
JSON representation

shinyReadme

Awesome Lists containing this project

README

        

# :yellow_heart: shinyReadme

[![shinyReadme status badge](https://jhk0530.r-universe.dev/badges/shinyReadme)](https://jhk0530.r-universe.dev/shinyReadme)

user-friendly generate github readme

## :clipboard: Prerequisites
* [shiny](https://github.com/rstudio/shiny) - 1.4.0
* [markdown](https://github.com/rstudio/rmarkdown) - 1.1
* [semantic.dashboard](https://github.com/Appsilon/semantic.dashboard) - 0.1.1
* [shiny.semantic](https://github.com/Appsilon/shiny.semantic) - 0.2.1
* [shinyjs](https://github.com/daattali/shinyjs) - 1.0
* [V8](https://github.com/jeroen/v8) - 2.3

or
* use shinyapps.io will not require these libraries.


## :wrench: Install / Run

```r
install.packages(
"shinyReadme",
repos = c("https://jhk0530.r-universe.dev", "https://cloud.r-project.org")
)
```

1) use shinyReadme with local machine

```r

library(shinyReadme)
shinyReadme()
```

2) use shinyReadme with shinyapps.io

[Here](https://jhkim.shinyapps.io/shinyReadme/)


## :two_hearts: Usage

* click blocks
* modify them.
* copy/paste or download mdfile


## :blush: Authors
* :octocat: Jh Kim [@jhk0530](http://github.com/jhk0530/)


## :cloud: ShinyApps
https://jhkim.shinyapps.io/shinyReadme/


## :memo: License
Copyright :copyright: 2019 Jinhwan Kim

This project is [MIT](https://opensource.org/licenses/MIT) licensed

*This README was generated with :two_hearts: by [shinyReadme](http://github.com/jhk0530/shinyReadme)*