Platform Architect Development Framework
Project description
ASKE - Platform Architect Development Framework
ASKE is a command-line tool designed to simplify and accelerate the process of initializing and managing development projects. Initially, ASKE focuses on Python, providing an automated way to set up a Python environment complete with virtual environments, git initialization, and essential project files. This allows developers to focus on coding rather than repetitive setup tasks.
Why ASKE?
In modern development, setting up a new project can be time-consuming with manual steps for configuration and environment setup. ASKE was created to:
-
Automate Repetitive Tasks: Quickly initialize a new project with a standardized structure.
-
Boost Productivity: Reduce setup time so you can concentrate on development.
-
Lay the Foundation for Multi-Framework Support: While ASKE currently focuses on Python, future versions will support additional frameworks such as Node.js, Ruby, Java, Go, and PHP.
Installation
Using pip
Install ASKE globally via pip:
pip install aske
Using Homebrew
Alternatively, if you prefer Homebrew (note that the Homebrew formula is pending integration into the official Homebrew-core):
brew tap caraveo/aske && brew install aske
Usage
To create a new Python project, use the following command:
aske python project-name
Available commands:
aske node project-name
aske next project-name
aske express project-name
aske ruby project-name
Initialize a projects git repository and add a .gitignore file:
aske init
This command will:
- Create a new project directory named project-name.
- Set up a Python virtual environment inside the directory.
- Generate essential project files (e.g., requirements.txt, .env, and a starter app.py).
- Initialize a Git repository for version control.
Future Framework Support
ASKE is built with extensibility in mind. Planned future enhancements include support for:
- Ruby: (e.g., Rails, Sinatra)
- Java: (e.g., Spring Boot)
- Go: (e.g., Gin, Echo)
- PHP: (e.g., Laravel)
These additions will make ASKE a versatile initializer for a wide range of development environments.
Contributing
Contributions are welcome! If you have ideas for improvements or additional features, please fork the repository and submit a pull request. For major changes, feel free to open an issue first to discuss your ideas.
License
ASKE is released under the MIT License. See the LICENSE file for more details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file aske-0.5.1.tar.gz.
File metadata
- Download URL: aske-0.5.1.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a3988a12b99052064243b5b8ffd9dad30f5cfb20ca21bbe42e23ccca459313c
|
|
| MD5 |
f41ea9891d4f0f2aeb114af8968be760
|
|
| BLAKE2b-256 |
7dac5d4343874b2937e1b79fbe664bb9dd3b1aeb3466897ed2ea56bb48b7a00d
|