@haxtheweb/create
Version:
CLI for all things HAX the web
24 lines (16 loc) • 692 B
Markdown
# <%= name %>
Web component built with Lit and the DDD design system.
## Commands
- `npm start` - development server
- `npm run build` - build and analyze
- `npm run test` - run tests
- `npm run release` - build, version bump, and publish
## Working with the component
- Edit `./<%= name %>.js` for the component source
- Edit `./index.html` for the demo page
- Add dependencies via `npm install --save @whatever/repo`
- Place additional `.js` files under `/lib/`
- Update `/lib/<%= name %>.haxProperties.json` for HAX wiring
- See `/locales/` for i18n translation files
# Credits
A brighter future dreamed and developed by the Penn State [HAXTheWeb](https://hax.psu.edu/) initiative.