2.0.8 • Published 3 years ago
@isacarcanjo/solid-create v2.0.8
solid-create
This is a tool to build SOLID projects
Installation
Either through cloning with git or by using npm (the recommended way):
npm install -g @isacarcanjo/solid-create --force
Usage
For CLI options, use the -h
(or --help
) argument:
solid-create wraps your application, so you can pass all the arguments you would normally pass to your app:
solid -u [name of useCase]
solid -e [name of entitie] [field1] [field2] ...
Examples:
solid -u CreateUser
solid -e User name email password
You can too make entity with attributes types, using Typescript basic types adding :
after the attribute
solid -e User id:number name:string email:string password:string isAdmin:boolean
Author: https://github.com/isacarcanjo
2.0.7
3 years ago
2.0.6
3 years ago
2.0.8
3 years ago
2.0.5
4 years ago
2.0.4
4 years ago
2.0.3
4 years ago
2.0.2
4 years ago
2.0.1
4 years ago
2.0.0
4 years ago
1.4.3
4 years ago
1.4.2
4 years ago
1.4.1
4 years ago
1.4.0
4 years ago
1.3.1
4 years ago
1.3.0
4 years ago
1.2.9
4 years ago
1.2.8
4 years ago
1.2.7
4 years ago
1.2.6
4 years ago
1.2.5
4 years ago
1.2.4
4 years ago
1.2.3
4 years ago
1.2.2
4 years ago
1.2.1
4 years ago
1.2.0
4 years ago
1.1.0
4 years ago
1.0.0
4 years ago