
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
beez-foundation
Advanced tools
It is the basis for the development of browser for smartphones/pc.
スマートフォン向けブラウザアプリ開発を迅速に開発・リリースするためのローカルWebサーバーです。
beez-foundationの主な特徴は以下のような特徴を持っています。
beez-foundationにはモックサーバの機能が内蔵されているので、APIの実装を待たずに開発が進められます。
JSONやObjectを返すJavaScriptファイルを記述するだけで、それらをモックデータとして使用しRESTful APIを提供することができます。
もうサーバの実装を待ってフロントの開発が止まる…ということはありません。
beez-foundationでは、beezでの開発効率を上げるためにプレコンパイルが必要なファイルを自動でコンパイルしてブラウザではコンパイル後のファイルを使用して画面の確認ができるように設計されています。
.hbs
)を同一フォルダで precompile (拡張子 : .hbsc.js
) に自動変換します。
.hbs
にするだけでコンパイルを意識せずに利用することができます。.styl
)を stylesheet (拡張子 : .css
) に自動変換します。
.styl
にするだけでコンパイルを意識せずに利用することができます。一度設定ファイルを記述すれば、あとはシームレスにCSSプリプロセッサやテンプレートエンジンを使うことができます。
$ npm install beez-foundation -g
$ beez-foundation -h
Usage: beez-foundation [options]
Options:
-h, --help output usage information
-V, --version output the version number
-c --config <path> server config path(format: json)
-s --standalone default configuration mode
-d --debug debug mode.
-a --addmods <value> I want to add a "/ m" module. It is more than one can be specified, separated by commas. format) -a dirname:absdirpath:from,... example) -a hoge:/tmp/hoge:
$ cd {Web共有したいディレクトリパス}
$ beez-foundation -s
## Mode: [Stand-alone]
##
## Start
## Beez Foundation Servers!!
##
##
## Mock Server [ off ]
##
## Express server listening on port:1109
## Static Server start [ success ]
## compress: [on]
## Please try to access.
## http://0.0.0.0:1109
##
open browser: http://0.0.0.0:1109
一度 beez-foundation
が立ち上がれば、ブラウザから以下のような操作が簡単にできるので開発効率が上がります。
beezと連携することを前提として開発されています。
詳しくは github : beez を参照ください。
beez-foundationが依存しているライブラリは以下になります。
Versionについては、
package.json
を参照ください。一部はフロントのライブラリになります。
CyberAgent, Inc. All rights reserved.
@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.
FAQs
It is the basis for the development of browser for smartphones/pc.
The npm package beez-foundation receives a total of 3 weekly downloads. As such, beez-foundation popularity was classified as not popular.
We found that beez-foundation demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.