Skip to content

Commit

Permalink
Introducing licenses, README, and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
twolfson committed Jul 9, 2013
1 parent a35d28b commit f6201d8
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,4 @@
# sexy-bash-prompt changelog
0.2.0 - Introducing latest content from (e.g. prompt updates, tests)

0.1.0 - Forked from https://gist.github.com/gf3/306785/a35d28b6bdd0f7c54318cce510738438f04dabaa
22 changes: 22 additions & 0 deletions LICENSE-MIT
@@ -0,0 +1,22 @@
Copyright (c) 2013 Todd Wolfson

This comment has been minimized.

Copy link
@bigfishtoddslivewire

bigfishtoddslivewire Jun 28, 2018

2019 Todd L Nordby


Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
25 changes: 25 additions & 0 deletions README.md
@@ -0,0 +1,25 @@
# sexy-bash-prompt [![Donate on Gittip](http://badgr.co/gittip/twolfson.png)](https://www.gittip.com/twolfson/)

Beautiful and sexy bash prompt with colors, git statuses, and git branches

## Getting Started
Install the module with: `npm install sexy-bash-prompt`

```javascript
var sexy_bash_prompt = require('sexy-bash-prompt');
sexy_bash_prompt.awesome(); // "awesome"
```

## Documentation
_(Coming soon)_

## Examples
_(Coming soon)_

## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint via [grunt](https://github.com/gruntjs/grunt) and test via `npm test`.

## License
Copyright (c) 2013 Todd Wolfson

Licensed under the MIT license.

0 comments on commit f6201d8

Please sign in to comment.