Skip to content

generador de schematics para la implementación de la arquitectura clean code en angular

Notifications You must be signed in to change notification settings

OsmanJimenez/custom-cli-schematics-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUSTOM-CLI-SCHEMATICS-UTILS

license last-commit repo-top-language repo-language-count

Developed with the software and tools below.

HTML5 Jasmine TypeScript JSON


🔗 Quick Links


📍 Overview

overview


📦 Features

features


📂 Repository Structure

└── custom-cli-schematics-utils/
    ├── README.md
    ├── package-lock.json
    ├── package.json
    ├── src
    │   ├── architecture-clean-code
    │   │   ├── files
    │   │   │   ├── base
    │   │   │   │   └── mapper.ts
    │   │   │   ├── data
    │   │   │   │   ├── data.module.ts
    │   │   │   │   └── repositories
    │   │   │   ├── domain
    │   │   │   │   ├── base
    │   │   │   │   ├── models
    │   │   │   │   ├── repositories
    │   │   │   │   └── usecases
    │   │   │   └── presentation
    │   │   │       └── __name@dasherize__
    │   │   ├── index.ts
    │   │   └── schema.json
    │   ├── collection.json
    │   └── custom-cli-schematics-utils
    │       ├── index.ts
    │       └── index_spec.ts
    └── tsconfig.json

🧩 Modules

.
File Summary
tsconfig.json tsconfig.json
package.json package.json
package-lock.json package-lock.json
src
File Summary
collection.json src/collection.json
src.custom-cli-schematics-utils
File Summary
index.ts src/custom-cli-schematics-utils/index.ts
index_spec.ts src/custom-cli-schematics-utils/index_spec.ts
src.architecture-clean-code
File Summary
schema.json src/architecture-clean-code/schema.json
index.ts src/architecture-clean-code/index.ts
src.architecture-clean-code.files.presentation.__name@dasherize__
File Summary
name@dasherize.page.scss src/architecture-clean-code/files/presentation/__name@dasherize__/__name@dasherize__.page.scss
name@dasherize.page.html src/architecture-clean-code/files/presentation/__name@dasherize__/__name@dasherize__.page.html
name@dasherize.page.spec.ts src/architecture-clean-code/files/presentation/__name@dasherize__/__name@dasherize__.page.spec.ts
name@dasherize.page.ts src/architecture-clean-code/files/presentation/__name@dasherize__/__name@dasherize__.page.ts
src.architecture-clean-code.files.base
File Summary
mapper.ts src/architecture-clean-code/files/base/mapper.ts
src.architecture-clean-code.files.domain.repositories
File Summary
name@dasherize.repository.ts src/architecture-clean-code/files/domain/repositories/__name@dasherize__.repository.ts
src.architecture-clean-code.files.domain.base
File Summary
use-case.ts src/architecture-clean-code/files/domain/base/use-case.ts
src.architecture-clean-code.files.domain.models
File Summary
name@dasherize.model.ts src/architecture-clean-code/files/domain/models/__name@dasherize__.model.ts
src.architecture-clean-code.files.domain.usecases
File Summary
name@dasherize.usecase.ts src/architecture-clean-code/files/domain/usecases/__name@dasherize__.usecase.ts

🚀 Getting Started

Requirements

Ensure you have the following dependencies installed on your system:

  • TypeScript: version x.y.z

⚙️ Installation

  1. Clone the custom-cli-schematics-utils repository:
git clone https://github.com/OsmanJimenez/custom-cli-schematics-utils
  1. Change to the project directory:
cd custom-cli-schematics-utils
  1. Install the dependencies:
npm install

🤖 Running custom-cli-schematics-utils

Use the following command to run custom-cli-schematics-utils:

npm run build && node dist/main.js

🧪 Tests

To execute tests, run:

npm test

🛠 Project Roadmap

  • ► INSERT-TASK-1
  • ► INSERT-TASK-2
  • ► ...

🤝 Contributing

Contributions are welcome! Here are several ways you can contribute:

Contributing Guidelines
  1. Fork the Repository: Start by forking the project repository to your GitHub account.

  2. Clone Locally: Clone the forked repository to your local machine using a Git client.

    git clone https://github.com/OsmanJimenez/custom-cli-schematics-utils
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.

    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.

  5. Commit Your Changes: Commit with a clear message describing your updates.

    git commit -m 'Implemented new feature x.'
  6. Push to GitHub: Push the changes to your forked repository.

    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.

Once your PR is reviewed and approved, it will be merged into the main branch.


📄 License

This project is protected under the SELECT-A-LICENSE License. For more details, refer to the LICENSE file.


👏 Acknowledgments

  • List any resources, contributors, inspiration, etc. here.

Return


About

generador de schematics para la implementación de la arquitectura clean code en angular

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published