Skip to content

Commit 4a0f671

Browse files
Fix README placeholders
1 parent 051ed47 commit 4a0f671

1 file changed

Lines changed: 5 additions & 61 deletions

File tree

README.md

Lines changed: 5 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,11 @@
1-
# PSModuleTemplate
1+
# GraphQL
22

3-
Add a short description about the module and the project.
3+
GraphQL is intended to be a PowerShell module for simplifying work with GraphQL APIs.
44

5-
## Prerequisites
5+
## Status
66

7-
List any prerequisites needed to use the module, such as PowerShell versions, additional modules, or permissions.
8-
9-
## Installation
10-
11-
Provide step-by-step instructions on how to install the module, including any InstallModule commands or manual installation steps.
12-
13-
```powershell
14-
Install-Module -Name YourModuleName
15-
```
16-
17-
## Usage
18-
19-
Here is a list of example that are typical use cases for the module.
20-
This section should provide a good overview of the module's capabilities.
21-
22-
### Example 1
23-
24-
Provide examples for typical commands that a user would like to do with the module.
25-
26-
```powershell
27-
Import-Module -Name PSModuleTemplate
28-
```
29-
30-
### Example 2
31-
32-
Provide examples for typical commands that a user would like to do with the module.
33-
34-
```powershell
35-
Import-Module -Name PSModuleTemplate
36-
```
37-
38-
### Find more examples
39-
40-
To find more examples of how to use the module, please refer to the [examples](examples) folder.
41-
42-
Alternatively, you can use the Get-Command -Module 'This module' to find more commands that are available in the module.
43-
To find examples of each of the commands you can use Get-Help -Examples 'CommandName'.
44-
45-
## Documentation
46-
47-
Link to further documentation if available, or describe where in the repository users can find more detailed documentation about
48-
the module's functions and features.
7+
This repository is currently a placeholder. The module source still contains scaffold code, so there are no supported commands or usage examples to document yet.
498

509
## Contributing
5110

52-
Coder or not, you can contribute to the project! We welcome all contributions.
53-
54-
### For Users
55-
56-
If you don't code, you still sit on valuable information that can make this project even better. If you experience that the
57-
product does unexpected things, throw errors or is missing functionality, you can help by submitting bugs and feature requests.
58-
Please see the issues tab on this project and submit a new issue that matches your needs.
59-
60-
### For Developers
61-
62-
If you do code, we'd love to have your contributions. Please read the [Contribution guidelines](CONTRIBUTING.md) for more information.
63-
You can either help by picking up an existing issue or submit a new one if you have an idea for a new feature or improvement.
64-
65-
## Acknowledgements
66-
67-
Here is a list of people and projects that helped this project in some way.
11+
Issues and pull requests are welcome when implementation work begins.

0 commit comments

Comments
 (0)