GithubHelp home page GithubHelp logo

besslah's Introduction

๐Ÿš€Besslah - Front-end workflow made easy

โœจ Besslah is just another way to say 'Just start now!' in Javanese ๐Ÿ‡ฎ๐Ÿ‡ฉ. This series of gulp task script specifically designed for you to speed up your workflow. It comes with robust feature like Sass support, Live reload, Autoprefixer, Uglify, Build, Deploy and many more.

Features

  1. Compile Sass
  2. Compile Pug
  3. Minify CSS/JS
  4. Compress Images: jpg, svg, png, gif
  5. Live reload via Browser-sync
  6. Autoprefixer
  7. Build
  8. Integrated With bulma
  9. Support es6/es2015 syntax via babel
  10. Deploy to surge.sh
  11. Standardjs eslint

Structures

.
โ”œโ”€โ”€ build
โ”‚ย ย  โ”œโ”€โ”€ images
โ”‚ย ย  โ”œโ”€โ”€ scripts
โ”‚ย ย  โ”œโ”€โ”€ styles
โ”‚ย ย  โ””โ”€โ”€ index.html
โ”œโ”€โ”€ source
โ”‚ย ย  โ”œโ”€โ”€ images
โ”‚ย ย  โ”œโ”€โ”€ pugs
โ”‚ย ย  โ”œโ”€โ”€ scripts
โ”‚ย ย  โ”œโ”€โ”€ scss
โ”‚ย ย  โ”œโ”€โ”€ styles
โ”‚ย ย  โ””โ”€โ”€ index.html
โ”œโ”€โ”€ gulpfile.babel.js
โ”œโ”€โ”€ package.json
โ”œโ”€โ”€ settings.js

Quick Setup

  1. Clone this repo git clone [email protected]:afdallah/Besslah.git your-project-name
  2. Or Download it manually
  3. Install all dependencies npm i -g gulp && npm i
  4. Update settings.js to match your preferences

API

  1. gulp styles - compile sass, auto prefix css, sourcemaps
  2. gulp html - compile pug(Optional)
  3. gulp images - compress images supported image filetype: jpg, png, svg, gif
  4. gulp scripts - transpile es6 using babel, sourcemaps, concatenates
  5. gulp serve - run html, scripts, styles in parallel, and watch every file change. For every change will trigger live reload(Browser-sync)
  6. gulp build - build all files in sequences and move it to build folder or you can specify your build dir name (see settings.js)
  7. gulp deploy - run build task then deploy the build dir to surge.sh (see settings.js)
  8. gulp - run gulp serve task.

Feel free to make a change. If you have any question, reach me on [email protected] โ˜•

besslah's People

Contributors

afdallah avatar

Watchers

 avatar  avatar

besslah's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.