@blackprint/cli-tools v0.3.31
Blackprint CLI
This CLI contains tools for compiling/building nodes for Blackprint.
You can install this globally
$ npm i -g @blackprint/cli-toolsCreate a new module from template
$ blackprint createModule 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 serveBuild command
To build the module, you need execute this command on the root of your project.
$ blackprint buildTo minify the files for production, you can use production or prod.
$ blackprint build prodIf you installed this with package.json on your project, you can use npx.
$ npx blackprint build10 months ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago