create-wallace-app
v0.3.0
Published
Creates a [Wallace](https://github.com/wallace-js/wallace/) starter app, either in JavaScript or TypeScript.
Readme
README
Creates a Wallace starter app, either in JavaScript or TypeScript.
This package should be run as:
npx create-wallace-appRather than:
npm init wallace-appAs the latter will use locally cached version if found.
You will be asked to specify:
- Which directory to create the project in.
- Whether you want TypeScript or JavaScript.
- The project name.
It will then create a project with a minimal app skeleton, webpack and the latest version of Wallace.
