npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

beez

v1.0.30

Published

The framework for mobile browser faster development.

Downloads

72

Readme

beez

LOGO

About beez

beez は、複雑化するスマートフォン向けブラウザアプリ開発をスピーディーにする目的で開発された、中・大規模向けフレームワークを含む開発ツールキットです

なぜbeezを使うのか?

スマートフォン向けのブラウザアプリ開発には、素晴らしいフレームワーク、ライブラリがすでにありますがそれらを選定し、つなぎあわせて開発を行うのは知識・経験を必要とするため大変です。

beezではこうしたライブラリを取りまとめ、一貫性のあるAPIで提供しています。

さらに、こうしたライブラリだけではなく開発に必要な環境もツールキットとして提供することで、開発初期段階からリリースまでの一連の作業をトータルでサポートすることで迅速な開発を実現するためにbeezは作られました。

beezの特徴

beezの特徴としては、以下のようなものがあります。

MVCR Manager

機能別に分割され複雑化したモジュール間の依存関係は開発者を悩ませ、保守性の低下やバグを多数生みます。

beezでは、独自のMVCR Managerというオブジェクトコンテナでこれらのモジュールを一括管理することで、依存関係をシンプルに解決することを可能にしました。
依存関係のマッピングと各オブジェクトへのアクセスはJSONPathによって行われます。

拡張性

beezは、依存しているライブラリ自体を一切拡張していませんので、ユーザー独自の拡張も非常に簡単に行えます。

あなたの開発ワークフローにあった機能を追加・カスタマイズすることが可能です。

ビルド・デプロイ

実際の開発現場では、ローカル・開発サーバ・ステージングサーバ・本番サーバと実行環境が移っていきますが、これら全ての環境を考えながら開発していくのは非常に大変な作業となります。

beezでは、環境別に変更されうる項目をすべて設定ファイルに別にすることが出来ます。
一度環境設定ファイルを書いてしまえば、その後は環境の変化に煩わされることなく開発に専念できます。

開発サーバー

通常のローカル環境での開発は、リモートのWebサーバーを起動しサーバーサイドとの通信とセットで開発を行わないといけません(例えば、Ajaxを使用したページなどが代表です)。

beezでは付属のローカルサーバーを起動するだけで、静的ファイルの配信・モックサーバーを使用したサーバーサイドとの通信・StylusやHandlebars.jsの自動コンパイルなどをワンステップで利用することができます。

サーバーの起動の準備は、設定ファイルに簡単な記述をするだけで済むのでとてもスピーディーです。また、Grunt.jsに馴染みがあるなら、Grunt.jsを使いローカルサーバーを起動することも出来ます。

付属のサーバーについてはbeez-foundation を合わせて参照ください。

Features

  • beez

    • MVCR Manager
    • MVCRモデル
    • サブモジュール遅延ロードをサポート: Require.js
    • browser eventを管理: Backbone.js
    • 国際化(i18n)対応
    • スマホに特化したUserAgent判定ライブラリ: beez-ua
    • 非同期ライブラリ: bucks.js
    • ログ出力: logcafe.js
    • OOPライクなコーディングスタイル extend/mixin
    • テンプレートエンジン Handlebars.js
    • CSS プリプロセッサー Stylus
    • JavaScriptユーティリティライブラリUnderscore.js / Lo-Dash
    • setInterval / setTimeoutを一元管理
  • beez-foundation(ローカルサーバー)

    • 設定ファイルはAuto-reloadをサポート。ソース変更の確認にもうローカルサーバの再起動は不要
    • Stylus内の画像、Web-fontを自動でbase64化
    • CSS画像スプライト自動生成
    • オリジナル画像を元にpixelRatio別に画像を自動生成
    • 静的ファイルの配信
    • モックを使用したサーバーサイド通信
    • Stylus自動コンパイル
    • Handlebars.js自動プレコンパイル
  • ビルド・デプロイ

    • 設定ファイルの変更のみで環境差異を吸収
    • js/css/imageファイルをサブモジュール別に圧縮・配置

その他多数の、機能を標準搭載しています。

Getting started

@see wiki : Wiki - Documention

Requirements

beezが依存しているライブラリは以下になります。

beez 本体依存ライブラリ

beez を利用した開発環境に使用するライブラリ

Versionについては、package.json を参照ください。

姉妹プロジェクト

関連プロジェクト

Changelog

@see: Changelog

Contributing

Copyright

CyberAgent, Inc. All rights reserved.

LICENSE

@see : LICENSE

The MIT License (MIT)

Copyright © CyberAgent, Inc. All Rights Reserved.

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.

jsonpath included in this product is MIT License.

Bitdeli Badge