https://github.com/sous-chefs/notepadpp
Development repository for the notepadpp cookbook
https://github.com/sous-chefs/notepadpp
chef chef-cookbook chef-resource hacktoberfest managed-by-terraform notepadpp
Last synced: 10 months ago
JSON representation
Development repository for the notepadpp cookbook
- Host: GitHub
- URL: https://github.com/sous-chefs/notepadpp
- Owner: sous-chefs
- License: apache-2.0
- Created: 2016-10-08T00:18:13.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T11:27:46.000Z (about 2 years ago)
- Last Synced: 2024-04-14T00:52:52.563Z (almost 2 years ago)
- Topics: chef, chef-cookbook, chef-resource, hacktoberfest, managed-by-terraform, notepadpp
- Language: Ruby
- Homepage: https://supermarket.chef.io/cookbooks/notepadpp
- Size: 46.9 KB
- Stars: 2
- Watchers: 21
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Notepad++ Cookbook
Installs [Notepad++](https://notepad-plus-plus.org)
## Supported Platforms
- Windows 7
- Windows 8
- Windows 8.1
- Windows 10
- Windows Server 2008
- Windows Server 2008 R2
- Windows Server 2012
- Windows Server 2012 R2
## default
Add `notepadpp::default` to your runlist.
## Contributing
1. Fork the repository on Github
2. Create a named feature branch (i.e. add-something-awesome)
3. Write your change
4. Write tests for your change (if applicable)
5. Run the build and ensure it passes. `bundle install && bundle exec rake && kitchen verify`
6. Submit a Pull Request