@blackprint/cli-tools

0.3.30 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @blackprint/cli-tools

Weekly Downloads

5

Version

0.3.30

License

MIT

Unpacked Size

28.7 kB

Total Files

11

Last publish

Collaborators

  • stefansarya