0.1.20 â€ĸ Published 6 years ago

vlk-cli v0.1.20

Weekly downloads
-
License
MIT
Repository
github
Last release
6 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

6 years ago

0.1.18

6 years ago

0.1.17

6 years ago

0.1.16

6 years ago

0.1.14

6 years ago

0.1.12

6 years ago

0.1.8

6 years ago

0.1.5

6 years ago

0.1.2

6 years ago

0.0.22

6 years ago

0.0.21

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.13

6 years ago

0.0.8

6 years ago

0.0.3

6 years ago

0.0.1-alfa.20

6 years ago

0.0.1-alfa.19

6 years ago

0.0.1-alfa.18

6 years ago

0.0.1-alfa.17

6 years ago

0.0.1-alfa.16

6 years ago

0.0.1-alfa.14

6 years ago

0.0.1-alfa.13

6 years ago

0.0.1-alfa.12

6 years ago

0.0.1-alfa.11

6 years ago

0.0.1-alfa.10

6 years ago

0.0.1-alfa.9

6 years ago

0.0.1-alfa.8

6 years ago

0.0.1-alfa.7

6 years ago

0.0.1-alfa.6

6 years ago

0.0.1-alfa.5

6 years ago

0.0.1-alfa.4

6 years ago

0.0.1-alfa.3

6 years ago

0.0.1-alfa.2

6 years ago

0.0.1-alfa.1

6 years ago