Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Commit

Permalink
readme updated stack and sort links
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamdyson committed May 23, 2019
1 parent 0299c9e commit 5a0a20d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -22,16 +22,16 @@ yarn add --dev @devsnicket/eunice-processors

Currently there are processors written in JavaScript to:
- create or add to stacks
- [applied uniformly](createOrAddToStacks/uniformly.js)
- [to items with an identifier](createOrAddToStacks/toItemsWithIdentifier)*
- [using the file system (.devsnicket-eunice-stack.yaml)](createOrAddToStacks/usingFileSystem)*
- [applied uniformly](stacking/createOrAddToStacksUniformly)
- [to items with an identifier](stacking/createOrAddToStacksToItemsWithIdentifier)*
- [using the file system (.devsnicket-eunice-stack.yaml)](stacking/createOrAddToStacksUsingFileSystem)*
- [concatenate multiple sources of analysis from the file system](concatenateFromFileSystem)*
- [group items by their identifier](groupItemsByIdentifierSeparator)
- order items by
- [identifier](orderItemsBy/identifier)
- [identifier](sorting/orderItemsByIdentifier)
- index of
- [identifier suffix](orderItemsBy/indexOf/identifierSuffix)
- [type](orderItemsBy/indexOf/type)
- [identifier suffix](sorting/orderItemsByIndexOfIdentifierSuffix)
- [type](sorting/orderItemsByIndexOfType)
- [remove redundant prefix of parent identifier and separator](removeRedundantParentIdentifierPrefix)
- [remove self dependent items of a type](removeSelfDependentItemsOfType)
- [replace identifiers using a regular expression](replaceIdentifiers)
Expand Down

0 comments on commit 5a0a20d

Please sign in to comment.