fromfrom
A JS library written in TS to transform sequences of data from format to another
File Explorer
Download Latest Version (.zip)- benchmark.ts
- default.hbs
- analytics.hbs
- breadcrumb.hbs
- comment.hbs
- footer.hbs
- header.hbs
- hierarchy.hbs
- index.hbs
- member.declaration.hbs
- member.getterSetter.hbs
- member.hbs
- member.signature.body.hbs
- member.signature.title.hbs
- member.signatures.hbs
- member.sources.hbs
- members.group.hbs
- members.hbs
- navigation.hbs
- parameter.hbs
- toc.hbs
- toc.root.hbs
- type.hbs
- typeAndParent.hbs
- typeParameters.hbs
- index.hbs
- index.ts
- introduction.css
- Playground.css
- Playground.tsx
- PlaygroundEditors.tsx
- PlaygroundExampleSelector.tsx
- data.json
- debounce.ts
- example-evaluator.ts
- monaco.ts
- index.tsx
- styles.css
- index.html
- playground.html
- tsconfig.json
- typedoc.js
- webpack.config.js
- webpack.config.prod.js
- concat.ts
- distinct.ts
- filter.ts
- flatMap.ts
- groupBy.ts
- map.ts
- prepend.ts
- reverse.ts
- skip.ts
- skipWhile.ts
- sortBy.ts
- take.ts
- takeWhile.ts
- without.ts
- fromfrom.ts
- ObjectIterable.ts
- Sequence.ts
- types.ts
- utils.ts
- fromfrom.test.ts
- gh-pages-publish.ts
- semantic-release-prepare.ts
- .all-contributorsrc
- .editorconfig
- .gitignore
- .prettierrc.json
- .releaserc.json
- .travis.yml
- CHANGELOG.md
- code-of-conduct.md
- CONTRIBUTING.md
- LICENSE
- package-lock.json
- package.json
- README.md
- rollup.config.ts
- TODO.md
- tsconfig.benchmark.json
- tsconfig.declarations.json
- tsconfig.json
- tslint.json
# Installation Guide
1. Get the code
git clone https://github.com/tomi/fromfrom
Downloads the entire project code from GitHub to your computer.
cd fromfrom
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install --save fromfrom
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
