ember-sp-bootstrap
v1.0.8
Published
<details>
Keywords
Readme
ember-sp-bootstrap-v2
Local development
# Check errors
pnpm lint
# Fix errors
pnpm lint:fix# Build addon
pnpm build
# Live reload ("keep building")
pnpm startRun the generate command (from anywhere inside the addon) to create the source code and its test file.
pnpm addon generate <component|helper|modifier|service|util> <name> [options]
# Example: Create a component
pnpm addon generate component ui/form/input
# Example: Use alias
pnpm addon g component ui/form/textareaThere may be more than 1 blueprint available. You can pass --blueprint to select the right one.
# Example: Create a <template> tag component
pnpm addon g component ui/form/select --blueprint glimmerFor more information, pass --help.
Run the destroy command (from anywhere inside the addon) to remove the source code and its test file.
pnpm addon destroy <component|helper|modifier|service|util> <name>
# Example: Remove a component
pnpm addon destroy component ui/form/input
# Example: Use alias
pnpm addon d component ui/form/textareaCompatibility
- Node.js v20 or above
