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
*This repository acts as a template for all of Oracle’s GitHub repositories. It contains information about the guidelines for those repositories. All files and sections contained in this template are mandatory, and a GitHub app ensures alignment with these guidelines. To get started with a new repository, replace the italic paragraphs with the respective text for your project.*
1
+
# Create Database App
2
2
3
-
# Project name
3
+
Create an Oracle Database Application from a template
4
4
5
-
*Describe your project's features, functionality and target audience*
5
+
NOTE: The applications generated by this package should not be deployed using privileged database accounts. In turn, Oracle recommends for them to be deployed using the least privileged account possible.
6
6
7
-
## Installation
7
+
## Usage
8
8
9
-
*Provide detailed step-by-step installation instructions. You can name this section **How to Run** or **Getting Started** instead of **Installation** if that's more acceptable for your project*
10
-
11
-
## Documentation
12
-
13
-
*Developer-oriented documentation can be published on GitHub, but all product documentation must be published on <https://docs.oracle.com>*
14
-
15
-
## Examples
16
-
17
-
*Describe any included examples or provide a link to a demo/tutorial*
18
-
19
-
## Help
20
-
21
-
*Inform users on where to get help or how to receive official support from Oracle (if applicable)*
9
+
```sh
10
+
npx -y create @oracle/database-app
11
+
```
22
12
23
13
## Contributing
24
14
25
-
*If your project has specific contribution requirements, update the CONTRIBUTING.md file to ensure those requirements are clearly explained*
26
-
27
15
This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)
28
16
29
17
## Security
@@ -32,13 +20,7 @@ Please consult the [security guide](./SECURITY.md) for our responsible security
32
20
33
21
## License
34
22
35
-
*The correct copyright notice format for both documentation and software is*
36
-
"Copyright (c) [year,] year Oracle and/or its affiliates."
37
-
*You must include the year the content was first released (on any platform) and the most recent year in which it was revised*
38
-
39
-
Copyright (c) 2023 Oracle and/or its affiliates.
40
-
41
-
*Replace this statement if your project is not licensed under the UPL*
23
+
Copyright (c) 2024 Oracle and/or its affiliates.
42
24
43
25
Released under the Universal Permissive License v1.0 as shown at
0 commit comments