1.0.10 • Published 2 years ago

@evidenceai/eai-package-starter v1.0.10

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

EvidenceAI package starter

This tool creates a new empty typescript project that is ready to be published to npmjs.org. The new package contains build scripts, unit tests, eslint configuration, etc.

Use npx to run the tool:

npx @evidenceai/eai-package-starter -n project-name

Usage

npx @evidenceai/eai-package-starter -n projectName [-d projectDescription] [-p path] [-s silent]

Creates a new project

Options:
  -h, --help         Show help
  -n                 The name of the new project
  -d                 Project description [default: ""]
  -p                 Path to the new project [default: "./"]
  -s                 Use defaults and skip confirmation

eai-package-starter

Building and publishing

There is a gitlab job that does the publishing. To bump up the version (for example a patch), run:

npm version patch

Then push the tag. This will trigger the job that will build and publish the package to npmjs.

1.0.10

2 years ago

1.0.9

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

1.0.1

2 years ago

1.0.0

2 years ago