create-mithriljs-app

0.1.56 • Public • Published

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 🎉

  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

Readme

Keywords

none

Package Sidebar

Install

npm i create-mithriljs-app

Weekly Downloads

5

Version

0.1.56

License

MIT

Unpacked Size

117 kB

Total Files

78

Last publish

Collaborators

  • bmartel