1.1.0 • Published 2 years ago

hoffman-create-project v1.1.0

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

Hoffman Create Project

Requirements

The script requires the following to run:

  • Node 12+
  • PHP 8.0+
  • Laravel Valet installed
  • MySQL credentials configured in your ~/.my.cnf file
  • BitBucket credentials configured in your ~/.my.cnf file
[client]
user = <mysql_username>
password = <mysql_password>

[bitbucket]
user = <bitbucket_username>
password = <bitbucket_password>

Usage

The script is easiest to use when installed globally with npm:

npm install -g hoffman-create-project

Then you can run the following command:

create-project <Project Name>

Licence

The script is licence under the MIT licence.

Copyright © 2022, Agence Hoffman

1.1.0

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago