fireshell

Fiercely quick front-end boilerplate and workflows, HTML5, Grunt, Sass.

  • 所有者: toddmotto/fireshell
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

FireShell

Fiercely quick front-end boilerplate and workflows.

The opinionated FireShell framework. Built for the modern developer. For teams and the individual, encouraging a better workflow. JavaScript task running, build processes, autominification and file concatenation, wrapped with an enhanced HTML5 boilerplated framework.

Jump start

Get started with FireShell:

  1. Download the latest stable release from
    getfireshell.com.
  2. Clone the git repo — git clone https://github.com/toddmotto/fireshell.git and checkout the tagged release you need

Documentation

Read the developer documentation on FireShell for further reading and learning. You may need to install a few assets before you can get started, such as Node, Git, Grunt.

Features

Here are some of the main features of FireShell:

  • HTML5 framework, WAI-ARIA roles and HTML5 semantics
  • Baseline HTML5 features, DNS prefetching, responsive meta
  • Encourages one-file CSS/JS in the view (HTML) for performance
  • Includes jQuery CDN and relative fallback
  • Includes Modernizr and HTML5 Shiv
  • Google Universal Analytics snippet
  • Open source workflow with Grunt.js running on Node.js
  • Two .command (Mac OS X) and .bat (Windows) files for double-click command-line execution of FireShell
  • Automatic Grunt dependency installation, directory relocation and grunt tasks
  • Dynamically appended copyright for JS/CSS
  • Livereloading the browser and file injection upon changes
  • Annotated Gruntfile.js for extending
  • Built-in build script for auto-minification of CSS and JavaScript files for production
  • Pre-setup Sass/SCSS files and folders for baseline project structure and imports
  • Includes .editorconfig for consistent coding styles in IDEs
  • Standard .gitignore to ignore minified files and standard ignorables such as .DS_Store
  • JSHint .jshintrc file for configuring JavaScript linting
  • No superfluous code comments
  • Extremely lightweight footprint

Scaffolding

├── app
│   ├── apple-touch-icon-precomposed.png
│   ├── assets
│   │   ├── css
│   │   ├── fonts
│   │   ├── img
│   │   └── js
│   ├── favicon.ico
│   └── index.html
├── src
│   ├── js
│   │   └── scripts.js
│   └── scss
│       ├── mixins
│       ├── modules
│       ├── partials
│       ├── vendor
│       └── style.scss
├── docs
├── grunt-build.command
├── grunt-build.bat
├── grunt-dev.command
├── grunt-dev.bat
├── package.json
├── README.md
├── .editorconfig
├── .gitignore
├── .jshintrc
└── .travis.yml

Contributing

Steps to contributing:

  • Create your feature branch, commit changes and push to origin
  • Submit a Pull Request with details on your feature branch

Guidelines:

  • Non-trivial changes should be discussed in an issue first
  • Do not create issues for support reasons, use Stack Overflow

FireShell is maintained by Todd Motto and it's contributors; Jean-Philippe Sirois, Noah Bass, Bernard Chhun, Chris Missal, Mihai Ionut Vilcu, Octavio Amuchastegui.

Roadmap

Projected roadmap for FireShell and it's subsets builds.

  • Integrate Grunt-init to allow for initial project naming (for dynamic CSS/JS banners)
  • LESS.css variant (less dir inside src), keeping Sass as default but providing Gruntfile.js setup
  • AngularJS FireShell build with MVC scaffolding
  • Bower as package manager
  • Static HTML Includes FireShell build (emulates server-side includes)
  • PHP FireShell spawning a localhost with relevant includes
  • Create a Yeoman generator for FireShell

License

The MIT License (MIT)

Copyright (c) FireShell

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.

主要指標

概覽
名稱與所有者toddmotto/fireshell
主編程語言JavaScript
編程語言JavaScript (語言數: 5)
平台
許可證
所有者活动
創建於2013-09-14 12:42:34
推送於2018-12-11 22:22:11
最后一次提交2016-03-07 13:07:48
發布數2
最新版本名稱v1.1.0 (發布於 2013-09-25 19:29:26)
第一版名稱v1.0.0 (發布於 2013-09-25 19:25:30)
用户参与
星數1.5k
關注者數75
派生數181
提交數84
已啟用問題?
問題數37
打開的問題數12
拉請求數27
打開的拉請求數5
關閉的拉請求數12
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?