[READ-ONLY] Mirror of https://github.com/probablykasper/embler. Turn binaries into applications npmjs.com/package/embler
app builder cli dmg macos node package packager
0

Configure Feed

Select the types of activity you want to include in your feed.

Added dev instructions to readme

Kasper (Aug 18, 2020, 11:22 AM +0200) 53f3b8d2 7f5a6c57

+28
+28
README.md
··· 158 158 "CFBundleDevelopmentRegion": "en" 159 159 } 160 160 ``` 161 + 162 + ### Dev Instructions 163 + 164 + ### Get started 165 + 1. Install Node.js 166 + 2. Run `npm install` 167 + 3. Set up ESLint support for your code editor 168 + 169 + To be able to run/test Pakager: 170 + 4. Go to `./test` (This is where you test Pakager) 171 + 5. Run `npm install` 172 + 6. Run `npm run compile` (Compiles `index.js` to binary) 173 + 174 + To test Pakager: 175 + ``` 176 + cd ./test 177 + npm run pack 178 + ``` 179 + 180 + ### Publish new version 181 + 1. Bump the version number 182 + 2. Update CHANGELOG.md 183 + 3. Commit and create git tag 184 + 4. Create GitHub release with release notes 185 + 5. Publish to npm: 186 + ``` 187 + npm publish 188 + ```
test/s.txt

This is a binary file and will not be displayed.