0.8.3 • Published 2 years ago

@medly/create-app v0.8.3

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

🖥️ Create Web Applications

A kit to generate simple react applications.

Getting started

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

Follow the prompts or run command yarn create @medly/app <project-name> [options] with the below options.

Options

FlagsDescriptionChoicesDefault
-V, --versionoutput the version number
-p, --package-manager <package-manager>package managernpm, yarn, pnpmyarn
-s, --state-manager <state-manager>state managerredux, context,noneredux
-i, --interactiveshow interactive questionnaire
-h, --helpdisplay help for command

Features

The following features are set up by this kit:

  1. babel to transpile the code.
  2. jest to write unit tests.
  3. webpack to bundle the code.
  4. prettier to automatically format the code.
  5. eslint to catch the error.
  6. @medly-components with theme.
  7. redux to store the app state.
  8. Basic PageLayout with Header, SideNav & PageContent component.
0.8.3

2 years ago

0.8.1

2 years ago

0.8.2

2 years ago

0.8.0

3 years ago

0.7.4

3 years ago

0.7.2

3 years ago

0.7.3

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago

0.6.4

3 years ago

0.6.3

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.6

3 years ago

0.5.5

3 years ago

0.5.4

3 years ago

0.5.3

3 years ago

0.5.2

3 years ago

0.5.0

3 years ago

0.5.1

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago