Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenotron/fake-bundler
Just a fake bundler
https://github.com/kenotron/fake-bundler
Last synced: 10 days ago
JSON representation
Just a fake bundler
- Host: GitHub
- URL: https://github.com/kenotron/fake-bundler
- Owner: kenotron
- Created: 2021-12-02T21:23:57.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T03:28:34.000Z (about 3 years ago)
- Last Synced: 2024-11-07T21:11:48.261Z (2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fake-bundler
Just a fake bundler## Problem
This repo contains some code that calls a `bundle(entry, srcPath)`.It also contains a little "parser" that would parse out an "import" and "content" in .txt files.
Using these, implement the `bundle` function that can traverse a graph of these text files.
## Test
Use the following to test out your results:`node .`
## Feel stuck?
Just look at the `solutions` branch.