0.2.0 • Published 7 years ago

zzzss v0.2.0

Weekly downloads
5
License
MIT
Repository
-
Last release
7 years ago

ZZZSS logo

zzzss

Usage

The consumable styles are found in dist.

You can pull this into your project in any number of ways. To see how we're doing it in a React project, check out Style Guide.

For ZZZSS developers

If you want to work on the ZZZSS library, here are some tips and guidelines.

Deployment

We're using Jenkins to handle continuous deployment. See the Jenkinsfile. Right now, it's very basic. It pulls in the latest code and attempts to publish it to npm's registry.

The publish only happens on tagged commits. Use npm's 'version' command to do the version tags. Here's a sample workflow:

Do some work. Commit it:

git add .
git commit -m "Fix bug"

If this work is worthy of a version bump, bump it:

npm version patch -m "Fix bug"

We're using pre and post version hooks (see package.json) to validate and push the code to the remote repo.

The next time someone logs in to our Jenkins server and clicks "Build Now", Jenkins will publish the update to npm. Then any project that depends on ZZZSS will be able to make use of the updated code.

0.2.0

7 years ago

0.1.1

7 years ago

0.0.52

7 years ago

0.0.51

7 years ago

0.0.50

7 years ago

0.0.46

7 years ago

0.0.45

7 years ago

0.0.41

7 years ago

0.0.40

7 years ago

0.0.38

7 years ago

0.0.36

7 years ago

0.0.34

7 years ago

0.0.33

7 years ago

0.0.32

7 years ago

0.0.31

7 years ago

0.0.30

7 years ago

0.0.29

7 years ago

0.0.28

7 years ago

0.0.27

8 years ago

0.0.26

8 years ago

0.0.25

8 years ago

0.0.24

8 years ago

0.0.23

8 years ago

0.0.22

8 years ago

0.0.21

8 years ago

0.0.20

8 years ago

0.0.19

8 years ago

0.0.18

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago