ctrl-fx 0.0.1 → 0.1.1

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 CHANGED
@@ -106,8 +106,21 @@ describe('shows alert', () => {
106
106
  })
107
107
  ```
108
108
 
109
+ ## Quick start
110
+
111
+ Scaffold a new project with a single command:
112
+
113
+ ```
114
+ npx tiged chris24carroll/ctrl-fx-template my-app
115
+ cd my-app
116
+ npm install
117
+ npm run dev
118
+ ```
119
+
109
120
  ## Installation
110
121
 
122
+ To add ctrl-fx to an existing project:
123
+
111
124
  ```sh
112
125
  npm install ctrl-fx
113
126
  ```