2.0.8 • Published 2 years ago

@isacarcanjo/solid-create v2.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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 

example

Author: https://github.com/isacarcanjo

Contact me

2.0.7

2 years ago

2.0.6

2 years ago

2.0.8

2 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.9

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago