0.2.4 • Published 2 years ago

@gwyddion/create v0.2.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@gwyddion/create

Create a new package meant for packages in the @gwyddion scope (but should work for others for the most part).

created by create-create-app.

Use

Scoped with a workspace

npm init -w packages/<name> @gwyddion . -- --scope=@gwyddion

cd packages && yarn create @gwyddion <name> --scope=@gwyddion

Without a scope

npm init @gwyddion <package-name>

yarn create @gwyddion <package-name>

Available Flags

  • --template: Required template to use. Will be prompted if not provided. Possible values are:

    • default for standard Node.js library
    • react for React Component Library
  • --scope: Optional string scope beginning with @ (e.g. @gwyddion) to prefix the package name.

  • --isGwyddion: Optional boolean to indicate whether the package is being added to this (gwyddion-npm) repo as a workspace.

  • --description: Required string to describe the library. Will be prompted if not provided.

  • --license: Required string with the SPDX license identifier. Will be prompted if not provided.

  • --author: Required string for the Author name. Will be prompted if not provided.

  • --email: Required string for the author email. Will be prompted if not provided.

0.2.3

2 years ago

0.2.4

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.7

2 years ago

0.2.2

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago