You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-11Lines changed: 18 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,18 @@
1
1
# Shinyframeworks - VS Code Extension
2
2
3
3
Shiny Frameworks is an extension designed to enhance your development workflow with [Shiny](https://shiny.posit.co), providing streamlined tools to simplify common tasks across a variety of Shiny frameworks. Currentlt suported frameworks are:
4
-
* R:
5
-
1. shiny
6
-
2. rhino
4
+
5
+
- R:
6
+
1. shiny
7
+
2. rhino
8
+
3. golem
7
9
8
10
## Features
9
11
10
-
* Select Framework: Quickly choose from a list of supported Shiny frameworks to tailor your workflow to the specific tools and features of your project.
11
-
* Create App: Instantly generate a new app structure based on the selected framework, making it easier to start building your Shiny application without worrying about setup.
12
-
* Create Module: Effortlessly create modular components within your Shiny app, using the best practices and conventions of your chosen framework.
13
-
* Run Addins: Seamlessly access and execute addins specific to the selected framework, directly from VS Code, to streamline your development process.
12
+
- Select Framework: Quickly choose from a list of supported Shiny frameworks to tailor your workflow to the specific tools and features of your project.
13
+
- Create App: Instantly generate a new app structure based on the selected framework, making it easier to start building your Shiny application without worrying about setup.
14
+
- Create Module: Effortlessly create modular components within your Shiny app, using the best practices and conventions of your chosen framework.
15
+
- Run Addins: Seamlessly access and execute addins specific to the selected framework, directly from VS Code, to streamline your development process.
14
16
15
17
<!--## Requirements
16
18
@@ -19,17 +21,22 @@ If you have any requirements or dependencies, add a section describing those and
19
21
## Extension Settings
20
22
21
23
This extension contributes the following settings:
22
-
*`shinyframeworks.framework.defaultLanguage`:
23
-
This setting determines the default programming language (e.g., R or Python) to be used for your Shiny framework-based projects within the workspace. When you select a framework using the Select Framework command, this setting is automatically updated to reflect the language associated with the chosen framework. This ensures that any new apps or modules you create are set up with the appropriate language without needing manual configuration.
24
-
*`shinyframeworks.framework.defaultFramework`:
25
-
This setting defines the default Shiny framework to be used in the current workspace. When you use the Select Framework command to choose a framework, this setting is automatically updated to reflect the selected framework. This ensures that new apps, modules, and related addins are tailored to the specific framework, streamlining your development process.
24
+
25
+
-`shinyframeworks.framework.defaultLanguage`:
26
+
This setting determines the default programming language (e.g., R or Python) to be used for your Shiny framework-based projects within the workspace. When you select a framework using the Select Framework command, this setting is automatically updated to reflect the language associated with the chosen framework. This ensures that any new apps or modules you create are set up with the appropriate language without needing manual configuration.
27
+
-`shinyframeworks.framework.defaultFramework`:
28
+
This setting defines the default Shiny framework to be used in the current workspace. When you use the Select Framework command to choose a framework, this setting is automatically updated to reflect the selected framework. This ensures that new apps, modules, and related addins are tailored to the specific framework, streamlining your development process.
26
29
27
30
<!-- ## Known Issues
28
31
29
32
Calling out known issues can help limit users opening duplicate issues against your extension.-->
30
33
31
34
## Release Notes
32
35
36
+
### 0.0.3
37
+
38
+
Updating build system and adding **golem** framework
0 commit comments