@ncukondo/parser-ts
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @ncukondo/parser-ts

Weekly Downloads

3

Version

0.1.4

License

MIT

Unpacked Size

46.8 kB

Total Files

28

Last publish

Collaborators

  • ncukondo