https://github.com/ph/license-header
Simple way to tag ruby source code with a specific license
https://github.com/ph/license-header
Last synced: over 1 year ago
JSON representation
Simple way to tag ruby source code with a specific license
- Host: GitHub
- URL: https://github.com/ph/license-header
- Owner: ph
- License: other
- Created: 2014-11-14T16:04:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T20:42:07.000Z (about 9 years ago)
- Last Synced: 2025-01-25T21:13:34.924Z (over 1 year ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# License::Header
Simple way to add license header to your ruby source file.
## Caveats
Only work for ruby file and doesnt support updating yet.
```ruby
license-header -l LICENSE.txt -t directory
```
Dry run with -d
```ruby
license-header -l LICENSE.txt -t directory -d
```
## Contributing
1. Fork it ( https://github.com/ph/license-header/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request