0.1.20 â€ĸ Published 5 years ago

vlk-cli v0.1.20

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

🕹ī¸ VLK CLI

A CLI created by VLK Studio that helps you to install our projects đŸ’Ē

🛠 Installation

Just install it globally:

npm install -g vlk-cli

🚀 Create a custom Strapi Admin Panel

Create a custom Strapi Admin Panel with support for roles, so you can choose what other user can see about your contents:

vlk create:admin

To information about the admin panel, follow this link: VLK-ADMIN

📌 Available commands

Create a VLK-ADMIN + Strapi app.

vlk create:admin

If you already have installed the admin panel, you can add new model with this command:

vlk add:resource

🎓 Example

In this example we'll create a blog

mkdir blog
cd blog
vlk create:admin

image-20190913134911942

You will ask to choose for a template, please choose the blog option.

installation

Just wait some minutes, at the end of the proccess we will have this folder structure:

  • backend
  • admin
  • .cli-settings.json

First of all, you have to launch strapi, add a user and make it Administrator:

cd backend
strapi develop

Go to "Users->Add new User" in the strapi admin panel and add a new user, remember to set the "Role" equals to "Administrator".

Now you can log in with the custom admin panel:

cd admin
npm start

🔗 Links

0.1.20

5 years ago

0.1.18

5 years ago

0.1.17

5 years ago

0.1.16

5 years ago

0.1.14

5 years ago

0.1.12

5 years ago

0.1.8

5 years ago

0.1.5

5 years ago

0.1.2

5 years ago

0.0.22

5 years ago

0.0.21

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.13

5 years ago

0.0.8

5 years ago

0.0.3

5 years ago

0.0.1-alfa.20

5 years ago

0.0.1-alfa.19

5 years ago

0.0.1-alfa.18

5 years ago

0.0.1-alfa.17

5 years ago

0.0.1-alfa.16

5 years ago

0.0.1-alfa.14

5 years ago

0.0.1-alfa.13

5 years ago

0.0.1-alfa.12

5 years ago

0.0.1-alfa.11

5 years ago

0.0.1-alfa.10

5 years ago

0.0.1-alfa.9

5 years ago

0.0.1-alfa.8

5 years ago

0.0.1-alfa.7

5 years ago

0.0.1-alfa.6

5 years ago

0.0.1-alfa.5

5 years ago

0.0.1-alfa.4

5 years ago

0.0.1-alfa.3

5 years ago

0.0.1-alfa.2

5 years ago

0.0.1-alfa.1

5 years ago