create-common-typescript
v0.2.0
Published
Forked from https://github.com/jsynowiec/node-typescript-boilerplate
Downloads
2
Readme
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