Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PoshCode/ScriptAnalyzer.PracticeAndStyle
Script Analyzer rules to support the PowerShell Practice and Style repository
https://github.com/PoshCode/ScriptAnalyzer.PracticeAndStyle
Last synced: 9 days ago
JSON representation
Script Analyzer rules to support the PowerShell Practice and Style repository
- Host: GitHub
- URL: https://github.com/PoshCode/ScriptAnalyzer.PracticeAndStyle
- Owner: PoshCode
- License: mit
- Created: 2017-07-27T14:08:54.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2017-08-03T18:42:07.000Z (over 7 years ago)
- Last Synced: 2024-11-23T06:33:58.510Z (20 days ago)
- Language: PowerShell
- Size: 43.9 KB
- Stars: 15
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - PoshCode/ScriptAnalyzer.PracticeAndStyle - Script Analyzer rules to support the PowerShell Practice and Style repository (PowerShell)
README
# ScriptAnalyzer.PracticeAndStyle
Script Analyzer rules to support the PowerShell Practice and Style repository| AppVeyor (Windows) | Travis CI (Linux / macOS) |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|
| [![Build status](https://ci.appveyor.com/api/projects/status/kwu0a9qe5kbr3wsu/branch/master?svg=true)](https://ci.appveyor.com/project/PoshCode/ScriptAnalyzer-PracticeAndStyle/branch/develop) | [![Build Status](https://travis-ci.org/PoshCode/ScriptAnalyzer.PracticeAndStyle.svg?branch=develop)](https://travis-ci.org/PoshCode/ScriptAnalyzer.PracticeAndStyle) |
## Getting StartedThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
What things you need to install the software and how to install them
```
Give examples
```### Installing
A step by step series of examples that tell you have to get a development env running
Say what the step will be
```
Give the example
```And repeat
```
until finished
```End with an example of getting some data out of the system or using it for a little demo
## Running the tests
Explain how to run the automated tests for this system
### Break down into end to end tests
Explain what these tests test and why
```
Give an example
```### And coding style tests
Explain what these tests test and why
```
Give an example
```## Contributing
Please read [CONTRIBUTING.md](.github/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## VersioningWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/PoshCode/ScriptAnalyzer.PracticeAndStyle/tags).
## Contributors
### Maintainers
* [Joel Bennet](https://github.com/Jaykul) - [@jaykul](twitter.com/jaykul)
* [Mark Schill](https://github.com/PowerSchill) - [@powerschill](twitter.com/powerschill)See also the list of [contributors](https://github.com/PoshCode/ScriptAnalyzer.PracticeAndStyle/graphs/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* Special thanks goes out to [Chris Dent](https://github.com/indented-automation) for his code and assistance with getting the project started.