1.0.1 • Published 10 months ago

architecto-node v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

Architecto

Architecto is a command line tool for generating project structures based on different microservices architectures, specifically designed for use with Node.js.

Installation

To install Architecto, you can use npm:

npm install -g architecto-node

Usage

To use Architecto, run the following command:

architecto start <microserviceType>

Replace <microserviceType> with one of the following options:

  • monolithic
  • microservices
  • serverless

For example, to create a project structure for a monolithic architecture, you can run:

architecto start monolithic

Architecto will prompt you to enter a folder name, and then it will create the project structure based on the chosen microservice architecture.

Contributing

If you'd like to contribute to Architecto, please fork the repository and create a pull request. You can also open an issue if you find any bugs or have suggestions for improvements.

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.0.1

10 months ago

1.0.0

10 months ago