create-rescript-app
Advanced tools
Comparing version 1.3.0 to 1.4.0
{ | ||
"name": "create-rescript-app", | ||
"version": "1.3.0", | ||
"description": "Create ReScript apps with no build configuration.", | ||
"main": "index.js", | ||
"version": "1.4.0", | ||
"description": "Quickly create new ReScript apps from project templates.", | ||
"main": "index.mjs", | ||
"scripts": { | ||
"start": "parcel index.html", | ||
"build": "parcel build index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"start": "node index.mjs", | ||
"format": "prettier --write ." | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"engines": { | ||
"node": ">=12" | ||
}, | ||
"files": [ | ||
"index.mjs" | ||
], | ||
"dependencies": { | ||
"colors": "^1.4.0", | ||
"shelljs": "^0.8.4" | ||
"ansi-colors": "^4.1.3", | ||
"enquirer": "^2.3.6" | ||
}, | ||
"devDependencies": { | ||
"parcel-bundler": "^1.12.5" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mahezsh/create-rescript-app.git" | ||
"url": "git+https://github.com/rescript-lang/create-rescript-app.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/mahezsh/create-rescript-app/issues" | ||
"url": "https://github.com/rescript-lang/create-rescript-app/issues" | ||
}, | ||
"homepage": "https://github.com/mahezsh/create-rescript-app#readme", | ||
"homepage": "https://github.com/rescript-lang/create-rescript-app#readme", | ||
"keywords": [ | ||
@@ -35,4 +37,7 @@ "rescript", | ||
"bin": { | ||
"create-rescript-app": "index.js" | ||
"create-rescript-app": "index.mjs" | ||
}, | ||
"devDependencies": { | ||
"prettier": "^2.7.1" | ||
} | ||
} |
# create-rescript-app | ||
Create ReScript apps with no build configuration. | ||
Quickly create new [ReScript](https://rescript-lang.org/) apps from project templates. | ||
@@ -12,29 +12,1 @@ ## Quick Start | ||
``` | ||
## Install options | ||
| Template | short cmd | long cmd | | ||
| :------------------------------- | :-------: | ----------: | | ||
| Basic | -b | --basic | | ||
| Default / CRA equivalent (React) | -d | --default | | ||
| NextJS | -nx | --nextjs | | ||
| GraphQL | -gql | --graphql | | ||
| Storybook | -sb | --storybook | | ||
### Bootstrap a ReScript app with Graphql | ||
```sh | ||
npx create-rescript-app my-app -gql | ||
``` | ||
### Bootstrap a ReScript app with Storybook | ||
```sh | ||
npx create-rescript-app my-app -sb | ||
``` | ||
### Bootstrap a NextJS app with ReScript | ||
```sh | ||
npx create-rescript-app my-app -nx | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
0
3361
3
69
12
2
+ Addedansi-colors@^4.1.3
+ Addedenquirer@^2.3.6
+ Addedansi-colors@4.1.3(transitive)
+ Addedansi-regex@5.0.1(transitive)
+ Addedenquirer@2.4.1(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
- Removedcolors@^1.4.0
- Removedshelljs@^0.8.4
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedcolors@1.4.0(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedglob@7.2.3(transitive)
- Removedhasown@2.0.2(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedinterpret@1.4.0(transitive)
- Removedis-core-module@2.15.1(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedpath-parse@1.0.7(transitive)
- Removedrechoir@0.6.2(transitive)
- Removedresolve@1.22.8(transitive)
- Removedshelljs@0.8.5(transitive)
- Removedsupports-preserve-symlinks-flag@1.0.0(transitive)
- Removedwrappy@1.0.2(transitive)