create-xdn-app
v1.2.1
Published
Creates apps for deplyoment on the Moovweb XDN.
Downloads
27
Maintainers
Readme
Create XDN App
NPM create command for creating new apps for the Moovweb XDN.
Usage
npm create xdn-app
... or with yarn ...
yarn create xdn-app
Templates
App templates are pulled from https://github.com/moovweb/xdn-templates.
Development
To run this in local development:
npm start
This will create the app inside of the run
directory and delete the app that was previously created if one exists.