Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
A CLI tool for scaffolding projects that use the pruno build tool and a generator for creating components.
This is a command-line tool for scaffolding projects that use the pruno build tool. This is a very, (very) early release and the general functionality is still worked out. Much of what you see in this README.md includes planned but unfinished commands. What currently works are:
By running npm install -g pruno
, you will be given access to the pruno terminal command.
Executing pruno --help
will list the available commands.
☁ pruno --help
Usage: pruno [options] [command]
Commands:
db:install <dbType> Install Sequelize and setup database
db:migration <migrationName> Create a new SQL migration.
db:migrate Run all pending migrations.
db:rollback Roll back migrations
generate|g <action> <name> Generate a new component.
install|i <mixes...> Install and configure a new pruno-mix.
new|n Initialize Pruno for this project.
sandbox Start up a sandbox session and interact with your application via the CLI.
uninstall|rm <mixes...> Remove pruno mixes.
Options:
-h, --help output usage information
-V, --version output the version number
Generators:
React:
$ pruno g react:component <componentName>
$ pruno g react:actions <actionsName>
$ pruno g react:store <storeName>
$ pruno g react:mixin <mixinName>
Backbone:
$ pruno g backbone:router <routerName>
$ pruno g backbone:view <viewName>
$ pruno g backbone:template <templateName>
$ pruno g backbone:model <modelName>
$ pruno g backbone:collection <collectionName>
$ pruno g backbone:helper <helperName>
To initialize a React/Flux project, run pruno init react
. This will setup the proper folder structure and create your boilerplate files. It will also require the following dependencies:
To initialize a koa/sql server, use pruno init koa
. This will setup a koa backend with routes, models, and a sequelize database scaffold. It will install the following dependencies:
FAQs
A CLI tool for scaffolding projects that use the pruno build tool and a generator for creating components.
We found that pruno-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.