1.1.1 • Published 5 years ago

strapux v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Strapux

Scaffold Nuxt and Strapi in a few clicks, centralizes one .env for development, staging, and production. Can easily switch databases from Sqlite, Postgres, Mysql, Mongo.

Create Strapux app using npx

npx create-strapux-app [my-strapux-project]

Features:

Auto environment generating

  • auto generates .env for Nuxt and Strapi from master .env
  • generate .env files for staging and production, to easily copy to services like Netlify and Heroku.

Database Tools

  • db:clone <environment> <environment> # clone from one environment to another, with auto dump
  • db:dump <environment> # dump environment database
  • db:import <environment> <dump> # import environment database dump
  • db:rollback <environment> # restore the last environment dump

Installation

npx create-strapux-app [my-strapux-project]

Use -o or --oneclick for "oneclick install", this creates Strapi with --quickstart, creates Nuxt from template, sample "Nuxt auth" wired with Strapi out-of-box.

npx create-strapux-app [my-strapux-project] --oneclick

or a fresh install (deletes existing my-strapux-project)

npx create-strapux-app [my-strapux-project] --freshy-install

or install Strapux globally

npm install -g strapux

strapux-cli will be available

strapux-cli

https://github.com/jasenmichael/create-strapux-app

https://www.npmjs.com/package/create-strapux-app

https://github.com/jasenmichael/strapux

https://www.npmjs.com/package/strapux

Documentation soon... Contribution welcome :)

1.1.1

5 years ago

1.1.0

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.26

5 years ago

1.0.25

5 years ago

1.0.24

5 years ago

1.0.23

5 years ago

1.0.29

5 years ago

1.0.28

5 years ago

1.0.27

5 years ago

1.0.32

5 years ago

1.0.31

5 years ago

1.0.30

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.6

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago