3.0.0 • Published 3 years ago

panther-engine v3.0.0

Weekly downloads
46
License
UNLICENSED
Repository
-
Last release
3 years ago

Panther core engine

Please refer to the Panther documentation website.

Using NPM Link during development

If you need to make changes to the Panther codebase, then you may find it useful to temporarily link your local copy of the panther-engine repository to the project that's using it. You can use NPM link to achieve this.

Create a temporary symbolic link between the packages

The following example assumes you've cloned both repos into ~/projects:

cd ~/projects/panther-engine       # go into engine package directory
npm link                           # create global link
cd ~/projects/your-pattern-library # go into client package directory
npm link panther-engine            # link/install the package

Delete the link when you're finished working

cd ~/projects/your-pattern-library # go into client package directory
npm unlink panther-engine          # unlink/uninstall the package
npm install panther-engine         # re-install the package
cd ~/projects/panther-engine       # go into engine package directory
npm unlink                         # delete global link
3.0.0

3 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.7

4 years ago

2.0.5

4 years ago

2.0.6

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.34

6 years ago

1.0.33

6 years ago

1.0.32

6 years ago

1.0.31

6 years ago

1.0.30

6 years ago

1.0.29

6 years ago

1.0.28

6 years ago

1.0.27

6 years ago

1.0.26

6 years ago

1.0.25

6 years ago

1.0.24

6 years ago

1.0.23

6 years ago

1.0.22

6 years ago

1.0.21

6 years ago

1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago