An open API service indexing awesome lists of open source software.

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

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