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 🙏

© 2025 – Pkg Stats / Ryan Hefner

create-baas-app

v1.0.68

Published

## インストール

Readme

BaaSプラットフォームコマンド

インストール

npm install -g create-baas-app

アップグレード

npm upgrade -g create-baas-app

コマンド使用方法

INDEX

- create-baas-app
- stop-baas-app
- start-baas-app
- delete-baas-app
- create-baas-app -h
- create-baas-app -v

create-baas-app

指定したAppKeyとアプリ名のBaasプラットフォームを新規作成します。

使用方法

$ create-baas-app [オプション] {AppKey}  {アプリ名}
  • AppKey…作成するアプリのキー(半角英数)
  • アプリ名…作成するアプリの名前(全角OK)

コマンド詳細

create-baas-app実行後、BaaSのサブスクリプションのアプリ別リソースグループ上に、 以下リソースが作成されます。 全て、このアプリケーション専用です。※()内の金額は月額費

  1. App Serviceプラン(B1プラン: 4,500円)
  2. App Service
  3. SSL 設定
  4. DNS ドメイン (*.dabaas.net)
  5. コンテナレジストリ (560円)
  6. ストレージアカウント
  7. Application Insights

オプション

  • -e 環境を指定する (trial/production/development) (default: trial)
  • -c 顧客を指定する (default: dadev)

stop-baas-app

作成したBaasプラットフォームを停止状態にします。(一部リソースが削除されます)

使用方法

$ stop-baas-app {AppKey}
  • AppKey…作成するアプリのキー(半角英数)

コマンド詳細

stop-baas-app実行後、{AppKey}のリソースグループの以下が削除されます。

  1. App Serviceプラン(B1プラン: 4,500円)

  2. App Service

  3. SSL 設定

  4. DNS ドメイン (*.dabaas.net)


start-baas-app

停止したBaasプラットフォームのリソースを再び作成します。

使用方法

$ start-baas-app {AppKey}
  • AppKey…作成するアプリのキー(半角英数)

コマンド詳細

start-baas-app実行後、{AppKey}のリソースグループに以下を再び作成します。

  1. App Serviceプラン(B1プラン: 4,500円)

  2. App Service

  3. SSL 設定

  4. DNS ドメイン (*.dabaas.net)


delete-baas-app

作成したBaasプラットフォームを完全に削除します。

使用方法

$ delete-baas-app {AppKey}
  • AppKey…作成するアプリのキー(半角英数)

コマンド詳細

実行後、{AppKey}のリソースグループは全て削除されます。


create-baas-app -h

baas-appコマンドのヘルプを表示します

使用方法

$ create-baas-app -h

create-baas-app -v

baas-appコマンドのバージョンを表示します

使用方法

$ create-baas-app -v

ログ取得

https://{AppKey}.scm.azurewebsites.net/api/zip/LogFiles

(権限が必要です)

管理画面

https://admin.dabaas.net/admin

プログラム改修

  • 櫻井の個人npmアカウント(exabugs)でパブリッシュしてしまった。

  • todo:どこかで共通アカウントに変更する

  • $ npm login

  • $ npm publish