0.3.30 • Published 2 months ago

@blackprint/cli-tools v0.3.30

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Blackprint CLI

This CLI contains tools for compiling/building nodes for Blackprint.

You can install this globally

$ npm i -g @blackprint/cli-tools

Create a new module from template

$ blackprint create

Module server for development

The build and serve command will watch for blackprint.config.js from current working directory and search deeper inside of nodes directory. So.. make sure you're not putting node_modules inside of nodes directory, or it will fill up your computer memory 😅

To use it, you can execute this command on the root of your project.

$ blackprint serve

Build command

To build the module, you need execute this command on the root of your project.

$ blackprint build

To minify the files for production, you can use production or prod.

$ blackprint build prod

If you installed this with package.json on your project, you can use npx.

$ npx blackprint build
0.3.30

2 months ago

0.3.29

1 year ago

0.3.28

1 year ago

0.3.27

1 year ago

0.3.26

1 year ago

0.3.25

1 year ago

0.3.24

1 year ago

0.3.23

1 year ago

0.3.22

2 years ago

0.3.20

2 years ago

0.3.21

2 years ago

0.3.19

2 years ago

0.3.17

2 years ago

0.3.16

2 years ago

0.3.18

2 years ago

0.3.9

2 years ago

0.3.14

2 years ago

0.3.13

2 years ago

0.3.12

2 years ago

0.3.11

2 years ago

0.3.10

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.4

3 years ago

0.3.2

3 years ago

0.3.3

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago