Sign In

mk-ts-app

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

mk-ts-app

Streamline your Typescript/Node project set up with mk-ts-app. Spend time coding, not setting up your project! This interactive command line app will walk you through a complete project set up in seconds!

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

mk-ts-app

Streamline your Typescript/Node project set up with mk-ts-app. An interactive command line app will walk you through a complete set up in seconds!

Features

mk-ts-app will do the following:

  • Pick a package manager (yarn | npm)
  • Create the main project directory
  • Generate and add README & CHANGELOG
  • Pick and add a license file to the project
  • Create a full package.json file
  • Install dependencies
  • Add tsconfig.json file
  • Add and configure eslint for TypeScript
  • Add src/index.ts
  • Optionally add Jest support
  • Optionally add TypeDoc support

Usage

Since this is a one time set up script installation is not needed. Instead run using npx in the desired directory

npx mk-ts-app

That's it! The script will walk you through the rest.

Example Project Creation

Here's a quick example of the script being run:

example-app.gif

Common Dependencies Installed:

The following dependencies are always installed:

  • typescript
  • @types/node
  • eslint
    • @typescript-eslint/parser
    • @typescript-eslint/eslint-plugin
  • ts-node
  • tsc-watch

Optional Dependencies:

The following optional dependencies are installed based on user input:

  • jest
    • @types/jest
    • ts-jest
  • TypeDoc

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Keywords

generate

FAQs

Package last updated on 04 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts