@outwalk/create-firefly 0.3.0 → 0.5.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@outwalk/create-firefly",
3
- "version": "0.3.0",
3
+ "version": "0.5.0",
4
4
  "description": "Firefly - a modern scalable web framework.",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {
@@ -0,0 +1,31 @@
1
+ # Welcome to your new App!
2
+
3
+ This project was bootstrapped using [@outwalk/firefly](https://www.npmjs.com/package/@outwalk/firefly)
4
+
5
+ ---
6
+
7
+ ## Getting Started
8
+
9
+ To get started with developing your new project, you have several npm scripts available.
10
+
11
+ - `npm run dev` <br/>
12
+ This command will run your app in development mode.
13
+
14
+ - `npm run build` <br/>
15
+ This command will build your app for production.
16
+
17
+ - `npm run start` <br/>
18
+ This command will run your production build.
19
+
20
+ ---
21
+
22
+ ## Learn How to Develop Apps with Firefly
23
+
24
+ You can get started learning Firefly by reading the [documentation](https://github.com/OutwalkStudios/firefly#outwalk-firefly).
25
+
26
+ ---
27
+
28
+ ## Need help?
29
+
30
+ If you need help or have any questions, we are here to help!
31
+ Create a new [issue](https://github.com/OutwalkStudios/firefly/issues) to get started.
@@ -1,2 +1,2 @@
1
1
  /* setup the database and global plugins */
2
- const database = new MongooseDriver();
2
+ const database = new MongooseDatabase();
@@ -1 +1 @@
1
- import { MongooseDriver } from "@outwalk/firefly/mongoose";
1
+ import { MongooseDatabase } from "@outwalk/firefly/mongoose";
@@ -0,0 +1,31 @@
1
+ # Welcome to your new App!
2
+
3
+ This project was bootstrapped using [@outwalk/firefly](https://www.npmjs.com/package/@outwalk/firefly)
4
+
5
+ ---
6
+
7
+ ## Getting Started
8
+
9
+ To get started with developing your new project, you have several npm scripts available.
10
+
11
+ - `npm run dev` <br/>
12
+ This command will run your app in development mode.
13
+
14
+ - `npm run build` <br/>
15
+ This command will build your app for production.
16
+
17
+ - `npm run start` <br/>
18
+ This command will run your production build.
19
+
20
+ ---
21
+
22
+ ## Learn How to Develop Apps with Firefly
23
+
24
+ You can get started learning Firefly by reading the [documentation](https://github.com/OutwalkStudios/firefly#outwalk-firefly).
25
+
26
+ ---
27
+
28
+ ## Need help?
29
+
30
+ If you need help or have any questions, we are here to help!
31
+ Create a new [issue](https://github.com/OutwalkStudios/firefly/issues) to get started.