https://github.com/md-command-line/simp-js-framework-house
https://github.com/md-command-line/simp-js-framework-house
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/md-command-line/simp-js-framework-house
- Owner: md-command-line
- Created: 2018-11-08T20:40:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T02:03:00.000Z (about 7 years ago)
- Last Synced: 2025-07-02T05:05:47.401Z (12 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## For when you need to reinvestigate a framework
## Example Usage:
## Future Enhancements:
1) Project installs to home directory via a hidden folder, example: .simp-js-framework-house.
2) Alias added to rc file for `cd $HOME/.simp-js-framework-house; npm run ; cd -;`.
## Some Application Guarantees
1) The installer for these different frameworks will always be up to date.
## Usage example derived from the package.json:
```bash
npm install &&
npm run js-house-v name
```
## Request for additional frameworks or feature requests welcome! [click-me](https://github.com/MichaelDimmitt/js-framework-house/issues/new)
Issues tab: https://github.com/MichaelDimmitt/js-framework-house/issues/new
## Useful links:
Regarding Preact:
https://www.reddit.com/r/javascript/comments/5k682g/what_is_in_react_that_preact_does_not_have/
## For what it is worth this could have been written as a bash script but that would not be as much fun