- Simple and easy to use theme template creator for small scale project
- Temporary documentation Link
- npm i theme_3_v1 -npm
- npm init
- node node_modules/theme_3_v1/init-package.js
- npm i theme_3_v1
- npm install
- select option [1]New Project [2] [3] [4]
- $npm outdated
- $npm update or $npm @latest
- $gulp
- $gulp compile-html
- $gulp compile-scss
- $gulp compile-js
- $gulp compile-img
- $gulp watch-default
- This folder will be created once compile has been made
. /build
├── css # CSS includes
├── img # images
│── js # JS
│
Pages
- Src : Edit CSS/SASS , JS , Images
- html : organize your html codes using "panini"
- layout (html): default html initial
- pages (body): resides the index.html and other pages
- partials : blocks of your page
- Panini Syntax "Link"
$gulp compile-js
- hello
- clean
- compile-js
- compile-jquery
- compile-popper
- compile-tether
- compile-bootstrapjs
- compile-prismjs
- addon-fontawesome
- addon-fontawesome-font
- compile-bootstrap
- compile-bootstrapIcon
- compile-prismcss
- compile-bulma
- compile-scss
- Under SCSS > Styles uncomment the css framework that you want to use or include it
- compile-html
- watch-default
- compile-prefixscss [last 5 version default]
- gulp compile-compscss --num-version=2 [set to last 2 version]
- compile-compscss
-
see more function on gulp.js
- https://en.bem.info/methodology/
- https://google.github.io/styleguide/htmlcssguide.html#HTML_Formatting_Rules
- https://github.com/xfiveco/html-coding-standards/blob/master/README.md
- https://cssguidelin.es/#the-importance-of-a-styleguide
- https://github.com/necolas/idiomatic-css#general-principles
- Readme.md Guide Template Readme.md
- Readme.md Format https://guides.github.com/features/mastering-markdown/