1.2.1 • Published 1 year ago

@lachiejames/generate-project v1.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.2.1

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago