0.1.3 • Published 3 years ago

create-index-app v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Create Index App

Scaffolding for Index OSS projects

Setup

Go to your plugins folder in your WordPress installation

Run npx create-index-app ./my-plugin --template @indexorg/template-leaf-react Note: change ./my-plugin to whatever folder name you want)

Go to your new folder and run npm start

Result

This will create a build file at: plugin-folder/dist/build.js

Prior Art

The create-snowpack-app npm package code was used as a basis to create this project