@devbro/pashmak
v0.1.55
Published
Pashmak framework, the framework that aims to be the easiest framework for all
Readme
@devbro/pashmak
[!CAUTION] Still in Beta. Stable to use but not fully battle tested. I expect a few more things to change. For the most part only new stuff will be added so backward compatibility is mostly guaranteed.
Inspired by laravel and Rails, Pashmak is a typescript focused, ESM first framework that follows CUPID methodology. Pashmak was created to provide a simple and seamless way to build web applications, APIs, and services using modern JavaScript and TypeScript features. It is ideal for rapid prototyping and development of web applications, RESTful APIs, and microservices.
Pashmak is designed with developer experience, rapid development and delivery in mind. It aims to provide a clean and intuitive approach so developers can focus on writing business logic rather than dealing with boilerplate code. With Pashmak, AI can create simple and intuitive code that needs little to no intervention and easily understood with developers.
for documentation please check documentations
Neko Packages
Pashmak framework is built from several independent packages that you can use freely:
- neko-cache: Caching providers
- neko-config: Configuration management
- neko-context: Context management
- neko-helper: Helper utilities
- neko-http: HTTP client
- neko-logger: Logging utilities
- neko-mailer: Email handling
- neko-orm: Object-relational mapping
- neko-queue: Queue management
- neko-router: Routing utilities
- neko-scheduler: Task scheduling
- neko-sql: SQL query builder
- neko-storage: Storage providers
Quick start
Installation
npm install -g @devbro/pashmak
pashmak create project --path . --git