Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nartc/tailwindcss-schematics
A schematic to add TailwindCSS to AngularCLI applications
https://github.com/nartc/tailwindcss-schematics
angular angular-cli schematics tailwindcss
Last synced: 3 months ago
JSON representation
A schematic to add TailwindCSS to AngularCLI applications
- Host: GitHub
- URL: https://github.com/nartc/tailwindcss-schematics
- Owner: nartc
- Archived: true
- Created: 2020-08-11T06:15:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T03:22:50.000Z (over 4 years ago)
- Last Synced: 2024-09-25T23:30:57.632Z (3 months ago)
- Topics: angular, angular-cli, schematics, tailwindcss
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@nartc/tailwind-schematics
- Size: 779 KB
- Stars: 24
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
### This repo has been archived in favor of [ngneat/tailwind](https://github.com/ngneat/tailwind). The npm library `@nartc/tailwind-schematics` will no longer be maintained. Please refer to `ngneat/tailwind` for updates, usage documentations, and issues.
# Angular Tailwind CSS Schematics
This schematic will add [TailwindCSS](https://tailwindcss.com/) to your [Angular](https://angular.io) application.
## Usage
```
ng add @nartc/tailwind-schematics
```## Usage with Nx
In Nx, you can either use `nx add` or `ng add` (same as above) to use the schematics.
```
nx add @nartc/tailwind-schematics
```## Options
|name|type|default|description|
|----|----|-------|-----------|
|cssFlavor|string|css|The CSS flavor the project is using|## Acknowledgement
- [Total Guide to Custom Angular Schematics](https://medium.com/@tomastrajan/total-guide-to-custom-angular-schematics-5c50cf90cdb4)
- [ng add Schematic](https://brianflove.com/2018-12-15/ng-add-schematic/)
- [@santosh](https://twitter.com/SantoshYadavDev) for quick and concise answers to my questions## Contribution
Any contribution is welcome
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!