1.1.7 • Published 5 months ago

@eljs/create v1.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@eljs/create

Create a project from a remote template.

Installation

$ npm i @eljs/create -g

Usage

$ create <template> <project-name>
// or
$ npx @eljs/create <template> <project-name>
Usage: create [options] <template> <project-name>

Options:
  -v, --version   Output the current version
  --cwd <cwd>     Specify the working directory
  -f, --force     Overwrite target directory if it exists
  -m, --merge     Merge target directory if it exists
  --no-install    Skip install dependencies after create done
  -h, --help      display help for command

Configuration

Create a create.config.ts file in the project root.

export interface Config {
  /**
   * Working directory
   * @default process.cwd()
   */
  cwd?: string
  /**
   * Local template path or remote template
   */
  template?: string | Template
  /**
   * Whether overwrite target directory if it exists
   * @default false
   */
  force?: boolean
  /**
   * Whether merge target directory if it exists
   * @default false
   */
  merge?: boolean
  /**
   * Whether enable default prompts
   * @default true
   */
  defaultQuestions?: boolean
  /**
   * Whether initialize git after create done
   * @default true
   */
  gitInit?: boolean
  /**
   * Whether install dependencies after create done
   * @default true
   */
  install?: boolean
  /**
   * Preset definitions
   */
  presets?: PluginDeclaration[]
  /**
   * Plugin definitions
   */
  plugins?: PluginDeclaration[]
}

/**
 * Remote Template
 */
export interface RemoteTemplate {
  /**
   * Template type
   */
  type: 'npm' | 'git'
  /**
   * Template value
   */
  value: string
  /**
   * Npm registry
   */
  registry?: string
}
0.32.0

9 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.1.7

5 months ago

1.1.6

5 months ago

1.1.5

6 months ago

1.1.4

6 months ago

1.1.3

7 months ago

1.1.2

7 months ago

0.33.3

8 months ago

0.33.2

8 months ago

0.33.1

8 months ago

0.33.0

8 months ago

1.0.0

8 months ago

1.0.0-next.11

8 months ago

1.0.0-next.10

8 months ago

1.0.0-next.0

8 months ago

1.0.0-next.1

8 months ago

1.0.0-next.2

8 months ago

0.30.0

1 year ago

1.0.0-beta.10

8 months ago

1.0.0-next.3

8 months ago

1.0.0-next.4

8 months ago

1.0.0-next.5

8 months ago

1.0.0-next.6

8 months ago

1.0.0-next.7

8 months ago

1.0.0-next.8

8 months ago

1.0.0-next.9

8 months ago

1.0.0-beta.2

8 months ago

1.0.0-beta.3

8 months ago

0.31.0

1 year ago

1.0.0-beta.4

8 months ago

1.0.0-beta.5

8 months ago

1.0.0-beta.0

8 months ago

1.0.0-beta.1

8 months ago

1.0.0-beta.6

8 months ago

1.0.0-beta.7

8 months ago

1.0.0-beta.8

8 months ago

1.0.0-beta.9

8 months ago

0.29.0

1 year ago

0.29.1

1 year ago

0.28.0

1 year ago

0.20.0

1 year ago

0.19.0

1 year ago

0.27.0

1 year ago

0.25.2

1 year ago

0.25.1

1 year ago

0.23.1

1 year ago

0.23.0

1 year ago

0.21.1

1 year ago

0.21.0

1 year ago

0.26.3

1 year ago

0.26.2

1 year ago

0.26.1

1 year ago

0.26.0

1 year ago

0.24.0

1 year ago

0.22.0

1 year ago

0.14.0

2 years ago

0.15.0

2 years ago

0.14.1

2 years ago

0.16.0

2 years ago

0.15.1

2 years ago

0.17.0

2 years ago

0.16.1

2 years ago

0.18.0

2 years ago

0.15.2-beta.0

2 years ago

0.12.0-beta.3

2 years ago

0.12.0-beta.2

2 years ago

0.11.4-beta.0

2 years ago

0.12.0

2 years ago

0.13.0

2 years ago

0.11.3

3 years ago

0.12.0-beta.1

2 years ago

0.12.0-beta.0

2 years ago

0.9.3-beta.0

3 years ago

0.9.3

3 years ago

0.11.0

3 years ago

0.11.1

3 years ago

0.11.2

3 years ago

0.10.0-beta.0

3 years ago

0.10.0-beta.1

3 years ago

0.10.0

3 years ago

0.9.3-beta.1

3 years ago

0.9.3-beta.2

3 years ago

0.9.2

3 years ago

0.9.2-beta.5

3 years ago

0.9.2-beta.4

3 years ago

0.9.2-beta.3

3 years ago

0.9.2-beta.2

3 years ago

0.9.2-beta.1

3 years ago

0.9.2-beta.0

3 years ago

0.9.1

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.8.0-beta.7

3 years ago

0.8.0-beta.6

3 years ago

0.8.0-beta.5

3 years ago

0.8.0-beta.4

3 years ago

0.8.0-beta.3

3 years ago

0.8.0-beta.2

3 years ago

0.8.0-beta.1

3 years ago

0.8.0-beta.0

3 years ago