npm-quickstart
v0.1.3
Published
A CLI tool to generate templates for npm package development.
Downloads
4
Maintainers
Readme
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
License
This project is licensed under the MIT License - see the LICENSE file for details.