https://github.com/espruino-tools/create-espruino-app
An npx tool to simplify the creation of a local Espruino web application
https://github.com/espruino-tools/create-espruino-app
nodejs npx typescript webpack
Last synced: 2 months ago
JSON representation
An npx tool to simplify the creation of a local Espruino web application
- Host: GitHub
- URL: https://github.com/espruino-tools/create-espruino-app
- Owner: espruino-tools
- Created: 2022-10-01T12:44:46.000Z (almost 4 years ago)
- Default Branch: production
- Last Pushed: 2022-12-13T15:13:59.000Z (over 3 years ago)
- Last Synced: 2025-06-19T09:49:05.493Z (about 1 year ago)
- Topics: nodejs, npx, typescript, webpack
- Language: TypeScript
- Size: 475 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# create-espruino-app
An npx tool to simplify the creation of a local Espruino web application. It does this by providing a single npx command with many tags to allow the developer to have as much control over their project as is possible. There is a massive focus on ease of hosting utlising webpack to build the project into the relevant html and js files.
## Features
- Creating a base template to start working with espruino-tools in seconds.
## Using the tool
Running the NPX tool is incredibly easy first install `nodejs` if you havent already, after this you can just run a single command in the terminal:
```
npx create-espruino-app myApp
```
## Tags
To aid with improving the developers freedom there have been many tags added these consist of;
- `--template` using either "typescript", "react", "vue" to change how the npx tool generates the directory.
- `--clean-install` this can be appended to any command to remove any fluff in the package allowing for a clean template to get started with.
- `--peer` This is used to get started with the `@espruino-tools/peer` package.