Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
CLI to communicate with crispy-api
.
npm i -g crispyctl
To specify your own configuration you could use crispy.js
config file.
field | type | Description |
---|---|---|
tableName | string | table name where migrations would be stored |
migrationsDir | string | directory to store all migrations files |
mysqlConnection | MysqlConnection/string | mysql connection based on docs from mysql library |
CrispyAPI | CrispyAPI | Crispy API configuration |
Crispy API configuration
field | type | Description |
---|---|---|
url | string | url to your crispy api server |
apiKey | string | api key to your api server to have basic auth |
crispyctl --help
Shows all available commands
Usage: crispyctl [options] [command]
CLI tool to communicate with crispy-api
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
migrations|m Operate with Crispy migrations
crispy-cli migrations --help
Shows all available migrations commands`
Usage: crispy-cli migrations [options] [command]
Options:
-h, --help output usage information
Commands:
migrate <migrationName> Runs the specified migration
rollback <migrationName> Will undo the specified migration
create <migrationName> Create new migration
help [cmd] display help for [cmd]
To setup this project you have to run following commands:
nvm use
To activate specified NodeJS versionyarn
Install dependenciesyarn start
Running nodemon for local developmentyarn build
Compile Typescript to ./dist
directoryyarn clean
Remove & Install dependenciesContributions are always welcome, no matter how large or small
FAQs
CLI tool to communicate with crispy-api
The npm package crispyctl receives a total of 0 weekly downloads. As such, crispyctl popularity was classified as not popular.
We found that crispyctl 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.