0.8.3 • Published 3 years ago
@medly/create-app v0.8.3
🖥️ 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:
babeltotranspilethe code.jestto writeunit tests.webpacktobundlethe code.prettierto automaticallyformatthe code.eslintto catch the error.@medly-componentswith theme.reduxto store the app state.- Basic
PageLayoutwithHeader,SideNav&PageContentcomponent.
0.8.3
3 years ago
0.8.1
4 years ago
0.8.2
4 years ago
0.8.0
4 years ago
0.7.4
4 years ago
0.7.2
4 years ago
0.7.3
4 years ago
0.7.1
4 years ago
0.7.0
4 years ago
0.6.4
4 years ago
0.6.3
4 years ago
0.6.2
4 years ago
0.6.1
4 years ago
0.6.0
4 years ago
0.5.6
4 years ago
0.5.5
4 years ago
0.5.4
4 years ago
0.5.3
4 years ago
0.5.2
4 years ago
0.5.0
4 years ago
0.5.1
4 years ago
0.4.1
4 years ago
0.4.0
4 years ago
0.4.3
4 years ago
0.4.2
4 years ago
0.3.1
4 years ago
0.3.0
4 years ago
0.2.2
4 years ago
0.2.1
4 years ago
0.2.0
4 years ago
0.1.2
4 years ago
0.1.1
4 years ago
0.1.0
4 years ago