1.0.47 • Published 5 months ago

create-mngts v1.0.47

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

create-mngts

Easily set up a new Node.js + TypeScript project in just a few seconds! create-mngts is a tool designed to save you time by generating a ready-to-use project scaffold. It handles all the boring setup tasks so you can jump straight into coding. Plus, it adds a bit of fun with cheerful messages from a catgirl assistant!

Why Use create-mngts?

Starting a new project can be tedious—setting up configuration files, installing dependencies, and initializing Git takes time. With create-mngts, you can skip all that and get started immediately with:

  • A pre-configured Node.js + TypeScript setup
  • Ready-to-use ESLint and Prettier configurations
  • Automatic dependency installation
  • Optional Git initialization (if Git is configured on your system)
  • A touch of fun to brighten your day!

How to Install

To use create-mngts, all you need is Node.js installed on your machine. Then, run the following command:

npx create-mngts projectName

Replace projectName with the name of your new project. This will create a new directory with everything set up for you.

Getting Started

Once the project is created, follow these steps to dive in:

  1. Navigate to your new project directory:
cd projectName
  1. Start the development server:
npm run dev
  1. Open the src/main.ts file and start building your application!

What’s Inside?

Here’s what your project structure will look like after it’s generated:

projectName/
├── package.json       # Project metadata and dependencies
├── tsconfig.json      # TypeScript configuration
├── .eslintrc.js       # ESLint rules for code quality
├── .prettierrc.js     # Prettier rules for consistent formatting
├── .gitignore         # Files and folders ignored by Git
└── src/
    └── main.ts        # Your project's entry point

Everything is set up for you, including TypeScript support and basic linting/formatting rules.

Features

  • TypeScript Ready: Start writing modern, type-safe JavaScript right away.
  • Linting \& Formatting: ESLint and Prettier are pre-configured to keep your code clean and consistent.
  • Git Integration: If Git is configured on your system, the tool will initialize a repository and make the first commit for you.
  • Dependencies Installed: No need to manually run npm install—it’s all done for you.
  • Friendly Messages: Enjoy fun and encouraging messages while the tool works its magic!

License

This project is licensed under the MIT License.


With create-mngts, starting a new Node.js + TypeScript project has never been easier—or more fun! Give it a try, and happy coding!

1.0.47

5 months ago

1.0.46

5 months ago

1.0.45

5 months ago

1.0.44

5 months ago

1.0.43

5 months ago

1.0.42

5 months ago

1.0.41

5 months ago

1.0.40

5 months ago

1.0.39

5 months ago

1.0.38

5 months ago

1.0.37

5 months ago

1.0.36

5 months ago

1.0.35

5 months ago

1.0.34

5 months ago

1.0.33

5 months ago

1.0.32

5 months ago

1.0.31

5 months ago

1.0.30

5 months ago

1.0.29

5 months ago

1.0.28

5 months ago

1.0.27

5 months ago

1.0.26

5 months ago

1.0.25

5 months ago

1.0.24

5 months ago

1.0.23

5 months ago

1.0.22

5 months ago

1.0.21

5 months ago

1.0.20

5 months ago

1.0.19

5 months ago

1.0.18

5 months ago

1.0.17

5 months ago

1.0.16

5 months ago

1.0.15

5 months ago

1.0.14

5 months ago

1.0.13

5 months ago

1.0.12

5 months ago

1.0.11

5 months ago

1.0.10

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago