Skip to content

Commit

Permalink
Merge pull request #206 from elsoul/install
Browse files Browse the repository at this point in the history
update install oneliner
  • Loading branch information
POPPIN-FUMI authored Dec 27, 2023
2 parents 57e5f04 + 1625c8a commit a7a2085
Show file tree
Hide file tree
Showing 8 changed files with 77 additions and 1 deletion.
8 changes: 8 additions & 0 deletions articles/doc/en/skeet-firestore/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@ description: A simple guide to getting started with the Skeet framework.
## Installing Skeet CLI

Skeet CLI is a command line tool for efficiently using the Skeet framework. You can install it with the following command.
If npm is already installed, you can install it with the following command.

```bash
$ npm i -g @skeet-framework/cli
```

If npm is not installed, you can install it with the following command.
(This command installs nodenv, node, npm, @skeet-framework/cli and edits .profile/.zshrc.)

```bash
$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v1.0.0)"
```

## Creating a Google Cloud Project

By creating a Google Cloud Project, you can utilize various resources of Google Cloud. Please refer to the official Google Cloud documentation to create a new project.
Expand Down
11 changes: 11 additions & 0 deletions articles/doc/en/skeet-firestore/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,22 @@ You can start writing app logic immediately without worrying about infrastructur

### ① Install Skeet/Firebase CLI

Skeet CLI is a command line tool for efficiently using the Skeet framework. You can install it with the following command.
If npm is already installed, you can install it with the following command.

```bash
$ npm i -g @skeet-framework/cli
$ npm install -g firebase-tools
```

If npm is not installed, you can install it with the following command.
(This command installs nodenv, node, npm, @skeet-framework/cli and edits .profile/.zshrc.)

```bash
$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v1.0.0)"
$ npm install -g firebase-tools
```

### ② Create Skeet App

```bash
Expand Down
10 changes: 9 additions & 1 deletion articles/doc/en/skeet-graphql/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,20 @@ This guide will help you quickly get started with the Skeet framework.

## Installing Skeet CLI

The Skeet CLI is a command-line tool designed for efficient usage of the Skeet framework. Install it with the following command:
Skeet CLI is a command line tool for efficiently using the Skeet framework. You can install it with the following command.
If npm is already installed, you can install it with the following command.

```bash
$ npm i -g @skeet-framework/cli
```

If npm is not installed, you can install it with the following command.
(This command installs nodenv, node, npm, @skeet-framework/cli and edits .profile/.zshrc.)

```bash
$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v1.0.0)"
```

## Docker Installation

Skeet supports local development using Docker.
Expand Down
11 changes: 11 additions & 0 deletions articles/doc/en/skeet-graphql/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,22 @@ You can start writing app logic immediately without worrying about infrastructur

### ① Install Skeet/Firebase CLI

Skeet CLI is a command line tool for efficiently using the Skeet framework. You can install it with the following command.
If npm is already installed, you can install it with the following command.

```bash
$ npm i -g @skeet-framework/cli
$ npm install -g firebase-tools
```

If npm is not installed, you can install it with the following command.
(This command installs nodenv, node, npm, @skeet-framework/cli and edits .profile/.zshrc.)

```bash
$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v1.0.0)"
$ npm install -g firebase-tools
```

### ② Create Skeet App

```bash
Expand Down
8 changes: 8 additions & 0 deletions articles/doc/ja/skeet-firestore/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,19 @@ Skeet フレームワークを使ってプロジェクトを迅速に開始す
## Skeet CLI のインストール

Skeet CLI は Skeet フレームワークを効率的に利用するためのコマンドラインツールです。以下のコマンドでインストールできます。
すでに npm がインストールされている場合は、以下のコマンドでインストールできます。

```bash
$ npm i -g @skeet-framework/cli
```

npm がインストールされていない場合は、以下のコマンドでインストールできます。
(このコマンドは、nodenv, node, npm, @skeet-framework/cli をインストールし .profile/.zshrc を編集します。)

```bash
$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v1.0.0)"
```

## Google Cloud Project の作成

Google Cloud Project を作成することで、Google Cloud の各種リソースを利用することができます。公式の Google Cloud ドキュメントを参照して、新しいプロジェクトを作成してください。
Expand Down
11 changes: 11 additions & 0 deletions articles/doc/ja/skeet-firestore/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,22 @@ Skeet Framework は SQL と NoSQL を組み合わせてアプリを構築でき

### ① パッケージのインストール

Skeet CLI は Skeet フレームワークを効率的に利用するためのコマンドラインツールです。以下のコマンドでインストールできます。
すでに npm がインストールされている場合は、以下のコマンドでインストールできます。

```bash
$ npm i -g @skeet-framework/cli
$ npm install -g firebase-tools
```

npm がインストールされていない場合は、以下のコマンドでインストールできます。
(このコマンドは、nodenv, node, npm, @skeet-framework/cli をインストールし .profile/.zshrc を編集します。)

```bash
$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v1.0.0)"
$ npm install -g firebase-tools
```

### ② Skeet アプリの作成

```bash
Expand Down
8 changes: 8 additions & 0 deletions articles/doc/ja/skeet-graphql/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,19 @@ Skeet フレームワークを使ってプロジェクトを迅速に開始す
## Skeet CLI のインストール

Skeet CLI は Skeet フレームワークを効率的に利用するためのコマンドラインツールです。以下のコマンドでインストールできます。
すでに npm がインストールされている場合は、以下のコマンドでインストールできます。

```bash
$ npm i -g @skeet-framework/cli
```

npm がインストールされていない場合は、以下のコマンドでインストールできます。
(このコマンドは、nodenv, node, npm, @skeet-framework/cli をインストールし .profile/.zshrc を編集します。)

```bash
$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v1.0.0)"
```

## Docker のインストール

Skeet は、Docker を利用してローカルでの開発をサポートしています。
Expand Down
11 changes: 11 additions & 0 deletions articles/doc/ja/skeet-graphql/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,22 @@ Skeet はオープンソースのフルスタックアプリ開発ソリュー

### ① パッケージのインストール

Skeet CLI は Skeet フレームワークを効率的に利用するためのコマンドラインツールです。以下のコマンドでインストールできます。
すでに npm がインストールされている場合は、以下のコマンドでインストールできます。

```bash
$ npm i -g @skeet-framework/cli
$ npm install -g firebase-tools
```

npm がインストールされていない場合は、以下のコマンドでインストールできます。
(このコマンドは、nodenv, node, npm, @skeet-framework/cli をインストールし .profile/.zshrc を編集します。)

```bash
$ sh -c "$(curl -sSfL https://storage.googleapis.com/skeet-assets/resources/install-v1.0.0)"
$ npm install -g firebase-tools
```

### ② Skeet アプリの作成

```bash
Expand Down

0 comments on commit a7a2085

Please sign in to comment.