create-stencil-components
v1.0.5
Published
Create a stencil component library project using Nx, TypeScript, and SASS
Maintainers
Readme
create-stencil-components
Create a stencil component library project using Nx, TypeScript, and SASS.
Table of Contents
Features
- Scaffolding: Quickly generate a Stencil component library structure.
- Framework Support: Generate framework wrappers for Angular, React, and Vue.
- Nx Integration: Built on top of Nx for efficient monorepo management.
Prerequisites
- Node.js (Latest LTS recommended)
Usage
You can run generator directly while following the prompts afterwards:
npm create stencil-components@latestYou can directly specify the project name:
npm create stencil-components@latest [project-name]Use the help option to see what additional command line options are available:
npm create stencil-components@latest -- --helpContributing
We welcome contributions from the community! To contribute to this project, please follow the contribution guidelines in CONTRIBUTING.
License
Distributed under the MIT License. See LICENSE for more information.
