CHANGELOG
| TODO
s | LICENSE
| CONTRIBUTING
| CODE_OF_CONDUCT
| SECURITY
A web sampler of technologies and tools that can be used to quickly scaffold a web-project
npm
bower
pip
( &pipx
)grunt
jasmine
:jest
,testem
&frisby
semantic-release
: To automagically create releasesdocker
( &docker-compose
)helm
: To Deploy to Kubernetes
This project goes to great lengths to prove all the DevOps & CI/CD work needed for something like simple static index.html
.
This is ALL THE BELLS AND WHISTLES, but WITHOUT the Christmass tree 🎄.
Demonstrate the ammount of code and overhead needed for devops, even without having an actual project.
$> npm run setup
$> npm install
$> npm run dist
$> npm test
$> npm run testem:ci
$> npm run validate
Build + Test
$> npm run verify
$> npm run verify:docker