@medly/create-app

0.8.3 • Public • Published

🖥️ Create Web Applications

A kit to generate simple react applications.

Getting started

Package Manager Command
NPM npm init @medly/app
Yarn yarn create @medly/app
PNPM pnpx @medly/create-app

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

Options

Flags Description Choices Default
-V, --version output the version number
-p, --package-manager <package-manager> package manager npm, yarn, pnpm yarn
-s, --state-manager <state-manager> state manager redux, context,none redux
-i, --interactive show interactive questionnaire
-h, --help display 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.

Package Sidebar

Install

npm i @medly/create-app

Weekly Downloads

0

Version

0.8.3

License

ISC

Unpacked Size

73.3 kB

Total Files

89

Last publish

Collaborators

  • kdabir
  • gmukul01