0.1.3 • Published 1 year ago

npm-quickstart v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

npm-quickstart

npm-quickstart is a CLI tool designed to help you quickly set up new npm package projects with predefined templates. It supports both JavaScript and TypeScript templates and includes options for initializing a Git repository and installing additional dependencies.

Features

  • Create new projects: Quickly scaffold new npm packages.
  • Template support: Choose between JavaScript and TypeScript templates.
  • Git integration: Optionally initialize a Git repository.
  • Dependency management: Install additional dependencies if needed.
  • Update notifications: Automatically check for updates to the CLI tool.

Installation

To install npm-quickstart globally, use the following command:

npm install -g npm-quickstart

Usage

Create a New Project Run the CLI tool and follow the prompts to create a new project:

quickstart

Command-Line Options

Template: Choose between Blank (JavaScript), Blank (TypeScript), Blank (JS), and Blank (TS). Project Name: Provide a name for your new project. Git Initialization: Choose whether to initialize a Git repository. Install Dependencies: Decide whether to install additional dependencies.

Update Notifications

npm-quickstart checks for updates each time you run it. If a new version is available, you will be notified and instructed to update:

A new version (x.x.x) is available. Please update using 'npm update -g npm-quickstart'

project stats

NPM Version License NPM Downloads

stars last commit npm

License

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

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

1.0.0

4 years ago

1.0.1

9 years ago