0.6.3 • Published 4 years ago

nuclide-prebuilt-libs v0.6.3

Weekly downloads
2,375
License
SEE LICENSE IN LI...
Repository
github
Last release
4 years ago

nuclide-prebuilt-libs

Build Status AppVeyor

This repo exists to build Nuclide's binary dependencies for various architectures.

Usage in application code

const fuzzyNative = require('nuclide-prebuilt-libs/fuzzy-native');
const keytar = require('nuclide-prebuilt-libs/keytar');
const ptyjs = require('nuclide-prebuilt-libs/pty');

Publishing nuclide-prebuilt-libs

  1. Run npm version patch.
  2. Push the base package version bump and release tag with git push --follow-tags.
  3. Wait for both Travis and AppVeyor to build and upload the release artifacts.
  4. To test your npm release: Run ./prepublish && npm pack
  5. Run npm publish.

Things to know about sub-packages

  • They're semi independent in that you can run npm install inside any of them to do work on one of them.
  • The empty .npmignore in the sub-packages and the "files" field in the root package are super important.
  • Be careful not to fall into https://github.com/atom/atom/blob/128f661/src/package.coffee#L486-L503.
  • The "dependencies" in the sub-packages DO NOT get installed when someone installs nuclide-prebuilt-libs.

License

nuclide-prebuilt-libs is Nuclide licensed, as found in the LICENSE file.

0.6.3

4 years ago

0.6.2

4 years ago

0.5.26

4 years ago

0.5.23

4 years ago

0.5.20

5 years ago

0.5.15

5 years ago

0.5.10

5 years ago

0.5.7

5 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.8

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago