UNPKG

goldnet-sources

Version:

Goldnet Bilişim Teknolojileri kurumsal web sitesi tasarımları ve kodlanması

72 lines (58 loc) 3.42 kB
# Goldnet Bilisim Teknolojileri Kurumsal Web Sitesi. [![npm version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=js&type=6&v=1.0.3&x2=0)]() [![npm](https://img.shields.io/npm/l/express.svg)]() [![npm](https://img.shields.io/badge/goldnet_bilisim-up_to_date-green.svg)]() Bu proje gulp ile gorev otomasyonu yardimiyla pug ve sass kullanimini saglar. ### Nasil yuklenir ? `git` komutlari kullanarak repository yi klonlayabilirsiniz. ``` git clone https://github.com/aydingundeger/goldnet-sources ``` veya `node.js` komutlari kullanarak indirmeye baslayin. ``` npm install goldnet-sources -g ``` ### Nasil calistirilir ? Ilk olarak `npm` kullanarak gerekli dosyalari yukleyin. ``` npm install ``` Daha sonra `gulp` komutu kullanarak serveri calistirir pug ve sass dosyalarini derleyebilirsiniz . ``` gulp ``` ### Ozellikler 1. Browsersync araciligi ile cross-browser testleri yapmanizi saglar. 2. Hata mesajlarini sistem mesajlari araciligiyla tasir. 3. Sass file with comman mixins(with usage) and variables. 4. Pug templateleri ile JSON ve Kismi sablonlari tasir. ### Proje de kullanilan teknolojiler 1. [browser-sync](https://github.com/browsersync/browser-sync) cross-browser testlerini tarayicilar uzerinden tam zamanli calistirir. 2. [gulp-pug](https://github.com/phated/gulp-pug) pug dosyalarini derler. 3. [gulp-data](https://github.com/colynb/gulp-data) proje de veri kaynagini JSON olarak tanimlar. Verileri Pug araciligi ile tasir. 4. [gulp-sass](https://github.com/dlmanning/gulp-sass) sass dosyalarini derler. 5. [gulp-plumber](https://github.com/floatdrop/gulp-plumber) gulp eklentilerinde kaynaklanan hatalarin nedenini gosterir. 6. [gulp-notify](https://github.com/mikaelbr/gulp-notify) gulp icin kullanilan bildirim eklentisi. 7. [gulp-autoprefixer](https://github.com/sindresorhus/gulp-autoprefixer) cross-browser testleri icin css degerlerini tarayicilara gore duzenler. 8. [gulp-imagemin](https://github.com/sindresorhus/gulp-imagemin) resim formatinda ki resim ozelligi tasiyan objelerin boyutunu dusurur. 9. [gulp-htmlmin](https://github.com/jonschlinkert/gulp-htmlmin) html dosyalarini minify ederek dosya boyutunu dusurur. 10. [gulp-csso](https://github.com/ben-eb/gulp-csso) css dosyalarini minify ederek dosya boyutunu dusurur. ### MIT Licence ``` Copyright (c) 2017 Aydin Gundeger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ```