0.1.60 • Published 2 years ago

wp-schema-migration v0.1.60

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

Wordpress Schema Migration

Convert CT Data to Our WordPress Schema

npm version

Follow a Test-Driven Development approach

  1. Write failing unit tests according to desired results
  2. Write code to make those tests pass

Run all tests:

npm test

Make Sure to install npx globally

npm i -g npx

Link your local module in another project:

  1. Match your Node version between projects with nvm use 12.22.1 (use your project version) in each project
  2. In the wp-schema-migration directory, run npm run build && npm link .
  3. In your my-project directory, run npm link wp-schema-migration

Unlink the module from your project:

  1. In the wp-schema-migration directory, run... npm unlink .
  2. Ensure that your package.json file is using the correct dependency and version for wp-schema-migration.
  3. In your project, run... rm -rf node_modules/wp-schema-migration && npm i
  • Using npm unlinkcan alter your dependency declaration in your package.json file. Deleting the node module and reinstalling based on your package.json dependencies is less problematic.

Linting

This project is using Husky hooks for linting with eslint. In order for these hooks to work you may need to run the following commands:

chmod ug+x .husky/*
chmod ug+x .git/hooks/*
0.1.59

2 years ago

0.1.60

2 years ago

0.1.56

2 years ago

0.1.57

2 years ago

0.1.58

2 years ago

0.1.52

2 years ago

0.1.53

2 years ago

0.1.54

2 years ago

0.1.55

2 years ago

0.1.50

2 years ago

0.1.51

2 years ago

0.1.49

2 years ago

0.1.46

2 years ago

0.1.47

2 years ago

0.1.48

2 years ago

0.1.45

3 years ago

0.1.44

3 years ago

0.1.42

3 years ago

0.1.43

3 years ago

0.1.41

3 years ago

0.1.40

3 years ago

0.1.37

3 years ago

0.1.38

3 years ago

0.1.39

3 years ago

0.1.30

3 years ago

0.1.31

3 years ago

0.1.32

3 years ago

0.1.33

3 years ago

0.1.34

3 years ago

0.1.35

3 years ago

0.1.36

3 years ago

0.1.29

3 years ago

0.1.27

3 years ago

0.1.28

3 years ago

0.1.22

3 years ago

0.1.23

3 years ago

0.1.24

3 years ago

0.1.25

3 years ago

0.1.26

3 years ago

0.1.20

3 years ago

0.1.21

3 years ago

0.1.19

3 years ago

0.1.15

3 years ago

0.1.16

3 years ago

0.1.17

3 years ago

0.1.18

3 years ago

0.1.13

3 years ago

0.1.14

3 years ago

0.1.12

3 years ago

0.1.10

3 years ago

0.1.11

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.6

3 years ago

0.1.4

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago