Skip to content

Commit

Permalink
added lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahar Talmi committed Aug 5, 2017
1 parent 1adab69 commit 11f0526
Show file tree
Hide file tree
Showing 31 changed files with 16,710 additions and 3,236 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
lerna-debug.log
old_packages
3 changes: 1 addition & 2 deletions packages/vscode-import-cost/.travis.yml → .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ before_install:

install:
- npm install
- npm run vscode:prepublish

script:
- npm test --silent
- npm test
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Import Cost

This extension will display inline in the editor the size of the imported package.
The extension utilizes webpack with babili-webpack-plugin in order to detect the imported size.
![Example Image](https://file-wkbcnlcvbn.now.sh/import-cost.gif)

This project includes implementation of:
* Import Cost [VSCode extension](packages/vscode-import-cost) - install it from [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=wix.vscode-import-cost)
* Import Cost [Node module](packages/import-cost) - use freely to implement extensions for other IDE (or contribute them to this repository)

Enjoy!
3 changes: 1 addition & 2 deletions packages/vscode-import-cost/appveyor.yml → appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ install:

build_script:
- npm install
- npm run vscode:prepublish

test_script:
- npm test --silent
- npm test
4 changes: 4 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"lerna": "2.0.0",
"version": "0.0.0"
}
Loading

0 comments on commit 11f0526

Please sign in to comment.