0.10.2 • Published 3 years ago

@medly/create-module v0.10.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Create Module

An application for generating either module or simple app. You can also choose between typescript & javascript language.

Getting started

Package ManagerCommand
NPMnpm init @medly/module
Yarnyarn create @medly/module
PNPMpnpx @medly/create-module

Then follow the prompts or you can run command yarn create @medly/module <project-name> [options] with below options.

Options

FlagsDescriptionChoicesDefault
-V, --versionoutput the version number
-o, --org <org>name of the organization
-r, --registry <registry>registry to publish the modulenpm, github, nonenone
-p, --package-manager <package-manager>package managernpm, yarn, pnpmyarn
-a, --access <access>access level of the modulepublic, restrictedpublic
-l, --language <language>languagetypescript, javascripttypescript
-i, --interactiveshow interactive questionnaire
-h, --helpdisplay help for command

Note: Add NPM_TOKEN as secret in github repo to publish the package.

Features

It sets up the following:

  1. babel to transpile the code.
  2. jest to write unit tests.
  3. rollup to bundle the code.
  4. commitizen & commitlint to optimize your commit message.
  5. prettier to automatically format the code.
  6. eslint to catch the error.
  7. github workflow to automatically publish the package on PR merge.
  8. semantic-release to bump the version and update the CHANGELOG.
  9. typescript also, if you choose typescript as language option.

create-module

0.10.2

3 years ago

0.10.1

3 years ago

0.10.0

3 years ago

0.9.7

3 years ago

0.9.6

3 years ago

0.9.5

3 years ago

0.9.4

3 years ago

0.9.3

3 years ago

0.9.2

3 years ago

0.9.1

3 years ago

0.9.0

3 years ago

0.8.2

3 years ago

0.8.1

3 years ago

0.8.0

3 years ago

0.6.3

3 years ago

0.7.1

3 years ago

0.6.2

3 years ago

0.7.0

3 years ago

0.3.0

3 years ago

0.5.3

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.6.1

3 years ago

0.5.2

3 years ago

0.6.0

3 years ago

0.5.1

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago