create-common-typescript

0.2.0 • Public • Published

create-common-typescript

Forked from https://github.com/jsynowiec/node-typescript-boilerplate

Provides a command to start a typescript app.

Based on commands listed in https://docs.npmjs.com/cli/init

Usage

npx create-common-typescript $project-name -t $project-type

Or

npm init common-typescript $project-name -t $project-type

Or

yarn create common-typescript $project-name -t $project-type

$project-name supports namespaced names like @org/project

Options

-t, --type: Project type: "node", "react" or "react-app"

-b, --attach-bin: Adds bin script linked to index file

-s, --skip-install: Skips dependencies installation

Readme

Keywords

none

Package Sidebar

Install

npm i create-common-typescript

Weekly Downloads

0

Version

0.2.0

License

UNLICENSED

Unpacked Size

24.7 kB

Total Files

26

Last publish

Collaborators

  • jose-nunez