ngx-starting-lib
v1.0.2
Published
Client to create angular projects with Angular Material, Tailwind and .
Downloads
20
Readme
Ngx Starting Lib
ngx-starting-lib is a CLI tool designed to help you quickly create and set up Angular projects with essential configurations, including Angular Material, TailwindCSS, and ngx-translate. It automates repetitive tasks, saving you time and effort when bootstrapping new Angular applications.
Features
- Angular Project Creation: Quickly scaffold a new Angular project with a single command.
- Angular Material Integration: Automatically install and configure Angular Material with prebuilt themes and typography settings.
- TailwindCSS Setup: Seamlessly integrate TailwindCSS into your Angular project.
- Ngx-Translate Configuration: Add and configure ngx-translate for internationalization, including language file generation.
- Generic Providers: Add reusable providers to your Angular application.
Installation
To install the CLI globally, run:
npm install -g ngx-starting-libUsage
Create a new Angular Project
Run the following command to create and set up a new Angular project:
npx ngx-start-setupThe CLI will guide you through the setup process, including:
- Naming your project
- Installing and configuring Angular Material
- Setting up TailwindCSS
- Adding ngx-translate for internationalization with user inputed languages
- Configuring generic providers
Prerequisites
- Node.js (v11 or higher)
- npm (v22 or higher)
Contributing
Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.
Author
Created by rafarlho. If you have any questions or feedback, feel free to reach out!
