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

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

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