1.2.1 • Published 2 years ago

@lachiejames/generate-project v1.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@lachiejames/generate-project

npm version test pipeline codecov semantic-release

An interactive command-line tool to quickly setup new TypeScript projects. This includes installing the required dependencies and adding configuration files.

Requirements

This tool requires the following to be installed:

  • Node (v18+ to ensure compatibility with the latest versions of the installed packages)
  • Yarn
  • Git

Usage

  1. Install this package globally:
npm install -g @lachiejames/generate-project
  1. Navigate to the directory in which you want to create the new project (e.g. ~/Desktop):

  2. Then start the interactive setup:

generate-project

Demo

TODO: add demo

Development

Clone this project and open a terminal in the root directory.

Install dependencies:

yarn install

Build the project:

yarn build

Run unit tests:

yarn test

Run the project:

yarn start

This command both installs the package globally and then executes E2E tests:

yarn e2etest;
1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.2.1

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago