0.1.4 • Published 6 years ago

@ncukondo/parser-ts v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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.