funkophile 0.0.25 → 0.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,10 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
The _func_ tional _file_ processor.
|
|
4
4
|
|
|
5
|
-
### About
|
|
6
5
|
#### *What* is Funkophile?
|
|
7
6
|
|
|
8
|
-
Funkophile is a build tool that inputs files, processes them, and then outputs them. Optionally, it can watch those files for changes, and updating the output files very efficiently. No plugins are needed because what once was configuration is now code- EVERYTHING is done in redux selectors.
|
|
7
|
+
Funkophile is a build tool that inputs files, processes them, and then outputs them. Optionally, it can watch those files for changes, and updating the output files very efficiently. No plugins are needed because what once was configuration is now code- EVERYTHING is done in redux selectors.
|
|
9
8
|
|
|
10
9
|
#### What is Funkophile *not*?
|
|
11
10
|
|
|
@@ -16,7 +15,7 @@ Funkophile is a build tool that inputs files, processes them, and then outputs t
|
|
|
16
15
|
|
|
17
16
|
#### *Why* is Funkophile **awesome**?
|
|
18
17
|
|
|
19
|
-
Funkophile is a functional file processor. It lets you manipulate files in a
|
|
18
|
+
Funkophile is a functional file processor. It lets you manipulate files in a functionally - using redux selectors- and it does so efficiently- using promises. **It lets you focus on the logic of your selectors and disregard the processing of files**. You setup in some files to read, some files to write, and some selectors filled with easily testable logic- Funkophile will handle the borings parts for you! When you first start Funkophile, it will process every file. Subsequent changes to an input file will run through your selectors and automatically update _only_ the dependent output files. It just works! (tm)
|
|
20
19
|
|
|
21
20
|
#### What Funkophile *can do*
|
|
22
21
|
|