armature-cli-0.5.1 is not a library.
armature-cli
CLI tool for the Armature framework.
Features
- Project Generation - Create new projects
- Code Generation - Generate controllers, models, etc.
- Development Server - Hot reload development
- Build Tools - Production builds and optimization
Installation
Commands
Create Project
Generate Code
# Generate a controller
# Generate a model
# Generate a full CRUD scaffold with fields
Development Server
# Start with hot reload
# Specify port
Build
# Development build
# Production build
Configuration
Create armature.toml in your project root:
[]
= "my-app"
[]
= 3000
= "127.0.0.1"
[]
= "postgres://localhost/mydb"
License
MIT OR Apache-2.0