mfer 0.0.0-alpha.1 → 0.0.0-alpha.2

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.
Files changed (2) hide show
  1. package/README.md +0 -16
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,19 +1,3 @@
1
1
  # Micro Frontend Runner (mfer)
2
2
 
3
3
  A CLI tool that helps manage and run multiple micro frontends.
4
-
5
- ## Development
6
-
7
- ### Getting Started
8
-
9
- 1. Run `npm i` to install dependencies.
10
- 2. Run `npm run build` to build the project.
11
- 3. Run `npm install -g .` to link the project globally.
12
- 4. Now you can run the CLI as `mfer` for locally development anywhere on your system. Try `mfer --help` to begin.
13
- 5. Updating the code will require another `npm run build`.
14
-
15
- ### Troubleshooting
16
-
17
- If you run into problems first check `npm list -g` if the project is successfully linked globally.
18
-
19
- Sometimes you may need to run `npm uninstall -g run-mfs` and then follow up with another `npm install -g .` within the project's root directory.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mfer",
3
- "version": "0.0.0-alpha.1",
3
+ "version": "0.0.0-alpha.2",
4
4
  "description": "CLI tool designed to sensibly run micro-frontends from the terminal.",
5
5
  "bin": {
6
6
  "mfer": "dist/index.js"