0.1.56 • Published 6 years ago

create-mithriljs-app v0.1.56

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Create Mithril App

NPM version NPM downloads

Create a Mithril.js project in seconds

Usage

Make sure you have npx installed (npx is shipped by default since npm 5.2.0)

npx create-mithriljs-app <my-project>

Or starting with npm v6.1 you can do:

npm init mithriljs-app <my-project>

Or with yarn:

yarn create mithriljs-app <my-project>

Features :tada:

  1. Choose between integrated server-side frameworks:
  2. Check the features needed for your project:
  3. Choose your favorite UI framework:
  4. Choose your favorite test framework:
  5. Choose a state management framework

Optional

To install mithril@latest instead of mithril, add the command line flag --edge:

npx create-mithriljs-app <my-project> --edge

Or

npm init mithriljs-app <my-project> --edge

Or

yarn create mithriljs-app <my-project> --edge
0.1.56

6 years ago

0.1.55

6 years ago

0.1.54

6 years ago

0.1.53

6 years ago

0.1.52

6 years ago

0.1.51

6 years ago

0.1.50

6 years ago

0.1.49

6 years ago

0.1.48

6 years ago

0.1.47

6 years ago

0.1.46

6 years ago

0.1.45

6 years ago

0.1.44

6 years ago

0.1.43

6 years ago

0.1.42

6 years ago

0.1.41

6 years ago

0.1.40

6 years ago

0.1.39

6 years ago

0.1.38

6 years ago

0.1.37

6 years ago

0.1.36

6 years ago

0.1.35

6 years ago

0.1.34

6 years ago

0.1.33

6 years ago

0.1.32

6 years ago

0.1.31

6 years ago

0.1.30

6 years ago

0.1.29

6 years ago

0.1.28

6 years ago

0.1.27

6 years ago

0.1.26

6 years ago

0.1.25

6 years ago

0.1.24

6 years ago

0.1.23

6 years ago

0.1.22

6 years ago

0.1.21

6 years ago

0.1.20

6 years ago

0.1.19

6 years ago

0.1.18

6 years ago

0.1.17

6 years ago

0.1.16

6 years ago

0.1.15

6 years ago

0.1.14

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago