Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/askbeka/jove
Modern "webby" framework
https://github.com/askbeka/jove
Last synced: 4 days ago
JSON representation
Modern "webby" framework
- Host: GitHub
- URL: https://github.com/askbeka/jove
- Owner: askbeka
- Created: 2019-05-16T23:28:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T11:08:40.000Z (over 5 years ago)
- Last Synced: 2024-10-18T11:50:13.932Z (about 1 month ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jove
Modern "webby" framework## Motivation
`package.json, package-lock.json, .editorconfig, .eslintrc, eslintignore, npmrc, .npmignore, bowerrc, husky.config, prettier.config, prettierignore, karma.config, jest.config, webpack.config, commitlint.config, .gitignore, browserlistrc, .etc`.
Those files are a part of a sandard setup of a modern front end project, none of those are actual product code. Those tools are there for a reason and they are absolutely amazing, but.. so much noise:(Modern browsers have native modules, there are solutions like unpkg.com that allow to fetch a dependency without a need for a package manager. Solutions like plunkr, jsbin, stackblitz etc., have been showning that you can develop just in browser.
Many organisations, teams usually agree on one way of configuring projects.Main goal of this tool is to reduce amount of noise and help enginners focus on their product, by utilising future proof solutions and ideas.