1.0.83 • Published 3 years ago

blueprint-gen v1.0.83

Weekly downloads
52
License
ISC
Repository
github
Last release
3 years ago

Blueprintgen

This is a little meta, this project is a CLI utility that allows generating Blueprint file definitions.

Goals

  • It should allow the creation of Blueprint file definitions using a CLI approach
  • It should keep updated with the latest Blueprint definition specification

Usage

Below is the most basic example of usage, those two lines will create the Default example shown on the Blueprint's project repository.

hygen model new Post --title string:400 --content longtext --author_id id:user --published_at 'nullable timestamp'
hygen controller new Post --args

Dockerized version

docker build -t blueprintgen .
alias blueprintgen='docker run -it blueprintgen'
# run as
# blueprintgen model new Post --title string:400 --content longtext --author_id id:user --published_at 'nullable timestamp'

Development

# first build the docker image
docker build -t blueprintgen .
# now you can mount the cli helper and work on new features
docker run -it -v `pwd`/cli:/home/sandbox/cli blueprintgen
1.0.83

3 years ago

1.0.82

3 years ago

1.0.81

3 years ago

1.0.80

3 years ago

1.0.66

4 years ago

1.0.65

4 years ago

1.0.64

4 years ago

1.0.63

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago