@@ -3,26 +3,25 @@ title: 🚪 Introduction
33weight : 0
44---
55
6- Eask was built to use as a package development tool in your Elisp packages. But
7- now, Eask supports various types of Emacs Lisp tasks. It can be used in three
8- major ways:
6+ Eask was originally designed as a package development tool for Elisp projects.
7+ However, it has since expanded to support a wide range of Emacs Lisp tasks.
8+ It can now be used in three major ways:
99
10- 1 . Dev tool for Elisp packages
11- 2 . Dependency management for your configuration
12- 3 . Run elisp programs for all other purposes
10+ 1 . As a development tool for Elisp packages.
11+ 2 . For managing dependencies in your Emacs configuration.
12+ 3 . To run Elisp programs for a variety of purposes (essentially functioning as a runtime).
1313
14- So, other than the things above , what are the major differences between Eask
15- and other build tools like [ Cask] [ ] , [ makem.sh] [ ] , and [ Eldev] [ ] ?
14+ With these capabilities in mind , what sets Eask apart from other build tools
15+ like [ Cask] [ ] , [ makem.sh] [ ] , and [ Eldev] [ ] ?
1616
17- Good question! Eask is more than a build tool now, it can be used for various
18- purposes! But here are Eask aims to be:
17+ Great question! Eask has evolved beyond just a build tool—it serves multiple purposes! Here’s what Eask aims to be:
1918
20- - ** Consistent** enough to sandbox across all systems
21- - ** General ** enough to have Emacsers frequently used commands ( ` byte-compile ` , ` checkdoc ` , etc)
22- - ** Robust** enough to provide useful results even in the presence of user errors
23- - ** Dependency-free ** so that the tool can be run on any platform
19+ - ** Consistent** : Provides a reliable sandboxing environment across all systems.
20+ - ** Versatile ** : Includes commonly used Emacs commands like ` byte-compilation ` , ` checkdoc ` , and more.
21+ - ** Robust** : Delivers useful results even when user errors occur.
22+ - ** Lightweight ** : Runs on any platform without dependencies.
2423
25- * 📝 P.S. See [ Why Eask?] ( https://emacs-eask.github.io/#-why-eask ) for more detailed
24+ * 📝 P.S. See [ Why Eask?] ( https://emacs-eask.github.io/Getting-Started/Introduction/ #-why-eask ) for more detailed
2625information.*
2726
2827## ❓ Why Eask?
0 commit comments