Coder Social home page Coder Social logo


What is Projectista?

Projectista is a single binary written in go that helps developers bootstrap a new application in their favorite programming language / framework.

How to use it

Download the pi binary from the Releases section on GitHub and place it in your path.

You can proceed with the scaffolding.

This version only supports php packages, others options will be added.

Known issues:

On MacOS, if you downloaded the binary using a browser, you need to remove the quarantine flag from the binary before being able to execute it:

xattr -d com.apple.quarantine pi

Download from command line

To download the latest version of the pi executable, using command line, you can use the following command (Replace the file name with the correct one for your architecture / operating system):

curl -s -L https://github.com/projectista/projectista/releases/latest/download/projectista_Darwin_arm64.tar.gz | gunzip -c - | tar xopf - pi

This command will place the pi executable in the current folder, you are free to move it in your path.

Laravel Application

To scaffold a new Laravel Application:

pi laravel application myapplication

The project will be scaffolded in the current directory. To change directory use the provided flag:

pi laravel application myapplication --folder="myapplication"

The folder must exists.

The command provides other flags to specify:

  • Author of the project,
  • Email of the author of the project,
  • Vendor of the project,
  • Description of the project.

You can have more information using the bundled help:

pi laravel application --help

Some examples:

pi laravel application myapplication --author="Vincenzo Petrucci" --vendor="illegal studio"
pi laravel application myapplication --description="My new Laravel application"

Laravel package

To scaffold a new Laravel Package:

pi laravel package mypackage

The package will be scaffolded in the current directory. To change directory use the provided flag:

pi laravel package mypackage --folder="myapplication"

The folder must exists.

The command provides other flags to specify:

  • Author of the project,
  • Email of the author of the project,
  • Vendor of the project,
  • Description of the project.

You can have more information using the bundled help:

pi laravel package --help

Some examples:

pi laravel package mypackage --author="Vincenzo Petrucci" --vendor="illegal studio"
pi laravel package mypackage --description="My new Laravel package"

PHP package

To scaffold a new project:

pi php package myproject

The project will be scaffolded in the current directory. To change directory use the provided flag:

pi php package myproject --folder="myproject"

The folder must exists.

The command provides other flags to specify:

  • Author of the project,
  • Email of the author of the project,
  • Vendor of the project,
  • Description of the project.

You can have more information using the bundled help:

pi php package --help

Some examples:

pi php package mypackage --author="Vincenzo Petrucci" --vendor="illegal studio"
pi php package mypackage --description="My awesome project"

Build on your machine

If you want to build the project on your machine you have to first clone it:

git clone --recurse-submodules [email protected]:projectista/projectista.git

Than you can proceed to the build stage:

cd projectista
go build

The binary projectista will be available in the root of the project. Rename to pi if you whish, and place it in your path.

Sponsor

This project is sponsored by illegal studio

Projectista's Projects

Projectista doesnโ€™t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.