Skip to content

Commit 3757461

Browse files
committed
LICENSE and README
1 parent 33ffed1 commit 3757461

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

LICENSE

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
The MIT License
2+
3+
Copyright © 2022 Bevan Ellis and contributors
4+
5+
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:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
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.

README

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
oneoff lets you write one-off code and run it instantly.
2+
3+
Install with 'pip install .' or 'python setup.py install'
4+
5+
Run with 'oneoff RUNNER'. It defaults to using the nano editor, which can be changed with the --editor EDITOR option.
6+
7+
Your editor should be able to be run with "EDITOR FILE_PATH", and your runner should be able to be run with "RUNNER FILE_PATH".
8+
9+
Your runner is the command used to run your code, i.e. "python3" and your editor is the command used to run the editor, i.e. "nano", "vim"
10+
11+
This project is licensed under the MIT License. Contributions are welcome!

0 commit comments

Comments
 (0)