|
| 1 | +[](https://www.gnu.org/licenses/gpl-3.0) |
| 2 | +[](https://jcs-emacs.github.io/jcs-elpa/#/ueval) |
| 3 | + |
1 | 4 | # ueval |
2 | | -Universal Evaluation Utilities |
| 5 | +> Universal Evaluation Utilities |
| 6 | +
|
| 7 | +## 🔧 Usage |
| 8 | + |
| 9 | +- `ueval-buffer` |
| 10 | +- `ueval-defun` |
| 11 | +- `ueval-expression` |
| 12 | +- `ueval-region` |
| 13 | + |
| 14 | +## 🛠️ Contribute |
| 15 | + |
| 16 | +[](http://makeapullrequest.com) |
| 17 | +[](https://github.com/bbatsov/emacs-lisp-style-guide) |
| 18 | +[](https://www.paypal.me/jcs090218) |
| 19 | +[](https://www.patreon.com/jcs090218) |
| 20 | + |
| 21 | +If you would like to contribute to this project, you may either |
| 22 | +clone and make pull requests to this repository. Or you can |
| 23 | +clone the project and establish your own branch of this tool. |
| 24 | +Any methods are welcome! |
| 25 | + |
| 26 | +### 🔬 Development |
| 27 | + |
| 28 | +To run the test locally, you will need the following tools: |
| 29 | + |
| 30 | +- [Eask](https://emacs-eask.github.io/) |
| 31 | +- [Make](https://www.gnu.org/software/make/) (optional) |
| 32 | + |
| 33 | +Install all dependencies and development dependencies: |
| 34 | + |
| 35 | +```sh |
| 36 | +$ eask install-deps --dev |
| 37 | +``` |
| 38 | + |
| 39 | +To test the package's installation: |
| 40 | + |
| 41 | +```sh |
| 42 | +$ eask package |
| 43 | +$ eask install |
| 44 | +``` |
| 45 | + |
| 46 | +To test compilation: |
| 47 | + |
| 48 | +```sh |
| 49 | +$ eask compile |
| 50 | +``` |
| 51 | + |
| 52 | +**🪧 The following steps are optional, but we recommend you follow these lint results!** |
| 53 | + |
| 54 | +The built-in `checkdoc` linter: |
| 55 | + |
| 56 | +```sh |
| 57 | +$ eask lint checkdoc |
| 58 | +``` |
| 59 | + |
| 60 | +The standard `package` linter: |
| 61 | + |
| 62 | +```sh |
| 63 | +$ eask lint package |
| 64 | +``` |
| 65 | + |
| 66 | +*📝 P.S. For more information, find the Eask manual at https://emacs-eask.github.io/.* |
| 67 | + |
| 68 | +## ⚜️ License |
| 69 | + |
| 70 | +This program is free software; you can redistribute it and/or modify |
| 71 | +it under the terms of the GNU General Public License as published by |
| 72 | +the Free Software Foundation, either version 3 of the License, or |
| 73 | +(at your option) any later version. |
| 74 | + |
| 75 | +This program is distributed in the hope that it will be useful, |
| 76 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 77 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 78 | +GNU General Public License for more details. |
| 79 | + |
| 80 | +You should have received a copy of the GNU General Public License |
| 81 | +along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 82 | + |
| 83 | +See [`LICENSE`](./LICENSE) for details. |
0 commit comments