opticore-installer 1.2.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/dist/index.cjs +974 -0
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +951 -0
- package/package.json +47 -0
package/README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
OptiCoreJs Installer
|
|
2
|
+
====================
|
|
3
|
+
|
|
4
|
+
This is the official installer to start new projects based on the OptiCoreJs full-stack framework.
|
|
5
|
+
|
|
6
|
+
### Creating Opticore V1 projects
|
|
7
|
+
|
|
8
|
+
**This installer is OptiCoreJS's runner** and newer versions. Create your OptiCoreJS project as follows:
|
|
9
|
+
|
|
10
|
+
```bash
|
|
11
|
+
npm exec create-new-project
|
|
12
|
+
```
|