Code Monkey home page Code Monkey logo

kirby3-plopfile's Issues

compare to old cli make

https://github.com/getkirby-v2/cli

kirby make:blueprint
To create a boilerplate blueprint for a particular template, you can use the kirby make:blueprint command:

kirby make:blueprint projects
This will start the blueprint builder and take you through a couple questions to setup the blueprint options.

If you prefer to just create a clean boilerplate, you can use…

kirby make:blueprint projects --bare
This will create a fresh blueprint: /site/blueprints/projects.yml

kirby make:controller
To create a boilerplate controller for a particular template, you can use the kirby make:controller command:

kirby make:controller projects
This will create a fresh controller: /site/controllers/projects.php

kirby make:snippet
To create a snippet, you can use the kirby make:snippet command:

kirby make:snippet header
This will create a fresh snippet: /site/snippets/header.php

kirby make:template
To create a template, you can use the kirby make:template command:

kirby make:template projects
This will create a fresh template: /site/templates/template.php

kirby make:user
To create a new user account, you can use the kirby make:user command:

kirby make:user -u home -p simpson -e [email protected]
The email is optional. You can also use the full option names:

kirby make:user --username home --password simpson --email [email protected]
This will create a new user in /site/accounts/homer.php

kirby make:tag
To create a new kirbytext tag template, you can use the kirby make:tag command:

kirby make:tag mytag
This will create a new tag boilerplate in /site/tags/mytag.php

kirby make:plugin
To create a new plugin boilerplate, you can use the kirby make:plugin command:

kirby make:plugin myplugin
This will create a new plugin boilerplate in /site/plugins/myplugin/myplugin.php

make

  • template (with its page blueprint, controller, model)
  • snippet (with subfolder)
  • blueprint (with subfolder, choose yaml or php file on generation)
  • controller
  • model
  • config file (default and for other envs)
  • plugin
  • language
  • content (a content file with path, maybe localized)
  • user (if i can replicate the generation of encrypted pw)
  • htaccess (kirbys default)
  • robots txt
  • index.php (default and public folder setup)

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.