Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connor4312/whoosh
CLI tool to flattenize Python programs. Written while learning Ruby.
https://github.com/connor4312/whoosh
Last synced: 1 day ago
JSON representation
CLI tool to flattenize Python programs. Written while learning Ruby.
- Host: GitHub
- URL: https://github.com/connor4312/whoosh
- Owner: connor4312
- Created: 2014-09-30T23:45:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-01T13:36:38.000Z (about 10 years ago)
- Last Synced: 2024-10-25T22:11:59.488Z (18 days ago)
- Language: Ruby
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Whoosh
Collapses a Python project tree, and does its best to fix any imports you have. Seems to work pretty well. Doesn't modify existing files, copies them into a new target directory.
Experiment learning Ruby. Uses global variables, probably breaks every code convention ever made. Don't hate.
### Usage:
```sh
$ ruby whoosh.rb
```### License
MIT