1.1.1 • Published 4 years ago

strapux v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 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

4 years ago

1.1.0

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.26

4 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.23

4 years ago

1.0.29

4 years ago

1.0.28

4 years ago

1.0.27

4 years ago

1.0.32

4 years ago

1.0.31

4 years ago

1.0.30

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.6

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago