Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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.
The npm package pruno-cli receives a total of 0 weekly downloads. As such, pruno-cli popularity was classified as not popular.
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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.