1.4.0 • Published 6 years ago

blacklight-cli v1.4.0

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

Usage:

npm install -g blacklight-cli

Optionally, add the following to your .bash_profile to activate the blcd helper command:

blcd(){
	cd `bl module folder $1`
}

Do a test run of bl command and see available directives:

bl --help

Development

In order to run your local development branch of blacklight-cli from the command line while you have a production version installed, you can add the following bash function to your bash_profile:

bl-dev() {
	node '${PATH_TO_BLACKLIGHT_CLI}' "$@"
}

Replace ${PATH_TO_BLACKLIGHT_CLI} with the path to your working blacklight-cli directory.

Example:

bl-dev() {
	node '/home/myusername/projects/blacklight-cli' "$@"
}

TODO:

  • ImageMagic setup
  • Setup initial root content entry for site (with jcr:content of type bl/site), so it shows up in the "pm" content tree
  • Upadate package.json and index.js to point to "blacklight-core"
  • Write sublime project file, as part of creation
1.4.0

6 years ago

1.3.32

8 years ago

1.3.31

8 years ago

1.3.29

9 years ago

1.3.28

9 years ago

1.3.27

9 years ago

1.3.26

9 years ago

1.3.25

9 years ago

1.3.24

9 years ago

1.3.23

9 years ago

1.3.22

9 years ago

1.3.21

9 years ago

1.3.20

9 years ago

1.3.19

9 years ago

1.3.18

9 years ago

1.3.17

9 years ago

1.3.16

9 years ago

1.3.15

9 years ago

1.3.14

9 years ago

1.3.13

9 years ago

1.3.12

9 years ago

1.3.11

9 years ago

1.3.10

9 years ago

1.3.9

9 years ago

1.3.8

9 years ago

1.3.7

9 years ago

1.3.6

9 years ago

1.3.5

9 years ago

1.3.4

9 years ago

1.3.2

9 years ago

1.3.0

9 years ago

1.2.3

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago