ncukondo / parser-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typescript-module-starter

Tech Stack

Getting Started

Clone the repository

git clone --depth=1 git@github.com:ncukondo/typescript-module-starter.git <project_name>

or

hub clone ncukondo/typescript-module-starter <project_name>

Install dependencies

cd <project_name>
npm install

or

yarn install

Install dependencies

cd <project_name>
npm install

Build development project

npm run build-dev

Start dev server

npm run start

Build production

npm run build

Build module

npm run build-module

lint

npm run lit

(memo git)

git init
git add *
git commit -a -m "comment"
git push origin master  //master

(memo hub)

# URLが大幅短縮なclone
$ hub clone USER_NAME/REPO_NAME

# カレントディレクトリの名前でリポジトリ作成
$ hub create

# 指定した名前でリポジトリ作成
$ hub create REPO_NAME

# 現在のリポジトリをブラウザで開く
$ hub browse

# masterとDiff
$ hub compare BRANCH

# Pull Request
$ git pull-request

License

This software is released under the MIT License, see LICENSE.txt.

About


Languages

Language:TypeScript 95.6%Language:JavaScript 3.7%Language:HTML 0.7%