https://github.com/seeminglyscience/powershelleditorservices.atom
https://github.com/seeminglyscience/powershelleditorservices.atom
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/seeminglyscience/powershelleditorservices.atom
- Owner: SeeminglyScience
- License: mit
- Created: 2018-01-22T02:50:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-22T03:16:59.000Z (over 7 years ago)
- Last Synced: 2025-01-02T19:42:14.411Z (6 months ago)
- Language: PowerShell
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# PowerShellEditorServices.Atom
The PowerShellEditorServices.Atom module provides support for the Atom specific features of the [ide-powershell](https://github.com/daviwil/ide-powershell) Atom package.
This project adheres to the Contributor Covenant [code of conduct](https://github.com/SeeminglyScience/PowerShellEditorServices.Atom/tree/master/docs/CODE_OF_CONDUCT.md).
By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].## Documentation
Check out our **[documentation](https://github.com/SeeminglyScience/PowerShellEditorServices.Atom/tree/master/docs/en-US/PowerShellEditorServices.Atom.md)** for information about the PowerShell commands that are specific to Atom.
## Contributing
We would love to incorporate community contributions into this project. If you would like to
contribute code, documentation, tests, or bug reports, please read our [Contribution Guide](https://github.com/SeeminglyScience/PowerShellEditorServices.Atom/tree/master/docs/CONTRIBUTING.md) to learn more.## Maintainers
- [David Wilson](https://github.com/daviwil) - [@daviwil](http://twitter.com/daviwil)
- [Patrick Meinecke](https://github.com/SeeminglyScience) - [@SeeminglyScienc](http://twitter.com/SeeminglyScienc)## License
This project is licensed under the [MIT License](LICENSE). Some portions of the
code are based on the [PowerShell extension](https://github.com/PowerShell/vscode-powershell/)
for Visual Studio Code, also under the [MIT License](https://github.com/PowerShell/vscode-powershell/blob/master/LICENSE.txt).