All Projects → LotusTM → Kotsu

LotusTM / Kotsu

Licence: Apache-2.0 license
✨ Clean, opinionated foundation for new projects — to boldly go where no man has gone before

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to Kotsu

Assemble
Community
Stars: ✭ 3,995 (+8222.92%)
Mutual labels:  static-site-generator, grunt, build, static-site
stone.js
gettext-like client-side Javascript Internationalization Library
Stars: ✭ 20 (-58.33%)
Mutual labels:  i18n, l10n, gettext
generator-veams
Scaffold modern frontend web apps or web pages with a static site generator (Assemble or Mangony), Grunt and/or Gulp, Sass and Bower. Use modern frameworks like Bourbon, Bootstrap or Foundation and structure your JavaScript with ES Harmony support.
Stars: ✭ 45 (-6.25%)
Mutual labels:  static-site-generator, grunt, static-site
polib
Pure python library to manipulate, create, modify gettext files (pot, po and mo files).
Stars: ✭ 34 (-29.17%)
Mutual labels:  i18n, l10n, gettext
Psdeploy
Simple PowerShell based deployments
Stars: ✭ 302 (+529.17%)
Mutual labels:  build, continuous-delivery, continuous-deployment
Build
Netlify Build runs the build command, Build Plugins and bundles Netlify Functions.
Stars: ✭ 135 (+181.25%)
Mutual labels:  build, continuous-delivery, continuous-deployment
jekyll-skeleton
Scaffolding to start with a Jekyll website
Stars: ✭ 27 (-43.75%)
Mutual labels:  i18n, static-site-generator, static-site
Node Gettext
A JavaScript implementation of gettext, a localization framework.
Stars: ✭ 175 (+264.58%)
Mutual labels:  i18n, l10n, gettext
Ngettext
A cross-platform .NET implementation of the GNU/Gettext library.
Stars: ✭ 172 (+258.33%)
Mutual labels:  i18n, l10n, gettext
Gotext
Go (Golang) GNU gettext utilities package
Stars: ✭ 292 (+508.33%)
Mutual labels:  i18n, l10n, gettext
build-plugin-template
Template repository to create new Netlify Build plugins.
Stars: ✭ 26 (-45.83%)
Mutual labels:  build, continuous-delivery, continuous-deployment
Weblate
Web based localization tool with tight version control integration.
Stars: ✭ 2,719 (+5564.58%)
Mutual labels:  i18n, l10n, gettext
gettext-extractor
A flexible and powerful Gettext message extractor with support for JavaScript, TypeScript, JSX and HTML.
Stars: ✭ 82 (+70.83%)
Mutual labels:  i18n, l10n, gettext
wp-l10n-validator
Gettext localization validator for WordPress
Stars: ✭ 17 (-64.58%)
Mutual labels:  i18n, l10n, gettext
Glotpress Wp
🌍 🌎 🌏 GlotPress is a WordPress plugin to let you set up your own collaborative, web-based software translation tool.
Stars: ✭ 205 (+327.08%)
Mutual labels:  i18n, l10n, gettext
msgtools
Tools for Developing Diagnostic Messages
Stars: ✭ 18 (-62.5%)
Mutual labels:  i18n, l10n, gettext
maestro
Faster CI/CD for multi-artifact projects
Stars: ✭ 13 (-72.92%)
Mutual labels:  continuous-delivery, continuous-deployment
badwolf
Docker based continuous integration, continuous deployment and code lint review system for BitBucket
Stars: ✭ 88 (+83.33%)
Mutual labels:  continuous-delivery, continuous-deployment
flyway-ant
Flyway Ant tasks
Stars: ✭ 14 (-70.83%)
Mutual labels:  continuous-delivery, continuous-deployment
vscode-front-matter
Front Matter is a CMS running straight in Visual Studio Code. Can be used with static site generators like Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more...
Stars: ✭ 962 (+1904.17%)
Mutual labels:  static-site-generator, static-site

Kotsu

Advanced Web Starter Kit

To boldly go where no man has gone before


NPM version Travis Build Status CircleCI Build Status AppVeyor Build Status Greenkeeper Status Dependency Status DevDependency Status

How to use

  1. Clone or download and unpack to desired location
  2. Download and install latest version of node.js
  3. Install GraphicsMagick (recommended) or ImageMagick for your OS. Note: it's mandatory to install one of them before running npm install
  4. Set your environment variables [guide]
  5. Install project dependencies: npm install
  6. (optional) Add your repository to Travis for automatic tests
  7. (optional) Set up Continuous Deployment with CircleCI or Werker Docker following our guide
  8. Code live with: npm start or npm start -- --hmr if you need Hot Module Reloading
  9. Build with: npm run build
  10. Deploy and enjoy your life

What's inside?

  • Reasonable structure for frontend projects
  • Static pages generation
  • Prepared configs for quick Continuous Deployment and automatic tests setup
  • Grunt with pre-configured tasks
  • Nunjucks, a full featured templating engine
  • In-built Nunjucks globals and filters for formatting numbers, dates, getting current page url, locale, breadcrumb, etc.
  • Human readable urls
  • Boilerplate files based on best practices
  • i18n with node-gettext and configured layouts to properly declare current locale and alternate urls
  • Sass compiler with source maps generation, autoprefixing, optimization, minification and linting
  • Ekzo Sass framework
  • Webpack with ES6 support, managing and bundling JavaScript dependencies and optional hot module reloading or blazing fast watch
  • standard for linting and automatic formatting JavaScript
  • Live reload powered by webpack-dev-server
  • Runtime type annotation and data validation with tcomb and tcomb-validation, built-in handy refinements.
  • Preconfigured meta tags for Open Graph and Twitter Cards
  • Commonly used by search providers structured data based on RDFa
  • Automatic sitemap.xml generation with grunt-sitemap-xml
  • Automatic sprites generation with Spritesmith
  • Automatic images compression via TinyPNG
  • Automatic responsive images generation with grunt-responsive-images
  • Separate not optimized files in development, and
  • Compiled and minified files for production

And a lot more under the hood. We just didn't have time to document all features. Yet.

Documentation

Work in progress

Examples

Deployed version of Kotsu from master branch can be found here.

Note that Examples section so far features only least part of predefined elements and features.

Browsers support

JavaScript

IE Edge Chrome Firefox Safari Opera Opera Mobile iOS Safari Android
9+ 12+ 21+ 28+ 6.1+ 12.1+ 12.1+ 7+ 4+

To enable ES6 features in IE11 and below, uncomment import 'babel-polyfill' in main.js. See details here.

Default build shipped with jQuery 3.1.0+ which doesn't support IE8. Replace it with pre 3.0.0 version if you need support of IE8.

CSS

IE Edge Chrome Firefox Safari Opera Opera Mobile iOS Safari Android
10+ 12+ 21+ 28+ 6.1+ 12.1+ 12.1+ 7.1+ 4.4+

Refer to Ekzo Browsers Support section for details about graceful regression for IE9 and below, which included in Kotsu by default.

To disable graceful regressions for older IE, remove IE() macro call from base layout.

Outdated Browser message

In IE9 and below users will see banner before page content with message about outdated browser and link to Outdated Browser.

To disable Outdated Browser message, remove OutdatedBrowser() macro call from base layout.

License

Copyright 2014 LotusTM. Licensed under the Apache 2.0 license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].