create-astradb-app
Version:
a simple cli to create an astradb (nosql db provided by DataStax and powered by Apache Cassandra)
28 lines (27 loc) • 701 B
JSON
{
"name": "create-astradb-app",
"version": "1.0.0",
"description": "a simple cli to create an astradb (nosql db provided by DataStax and powered by Apache Cassandra)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/w-b-dev/create-astradb-app.git"
},
"keywords": [
"apache",
"cassandra",
"astradb",
"cli",
"nosql",
"database"
],
"author": "Daniel S <iam@w-b.dev>",
"license": "ISC",
"bugs": {
"url": "https://github.com/w-b-dev/create-astradb-app/issues"
},
"homepage": "https://github.com/w-b-dev/create-astradb-app#readme"
}