Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.