Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/NativeScript/nativescript-hook

Helper module for installing hooks into NativeScript projects
https://github.com/NativeScript/nativescript-hook

feat: support scoped packages (#19)

7d3b4715fa3e46afefa49ae5e2cedcb5acb0cc90 authored over 4 years ago by Nathan Walker <[email protected]>
bump version to 0.2.5 (#13)

b381cbc491a73c5c784dd05674cf7cc0e1b59331 authored over 5 years ago by Maria Endarova <[email protected]>
Merge pull request #12 from jeremypele/master

Ability to define a custom hook name

9c3cbde0444ddf2b2be6f1cc364c3397665a4c7f authored over 5 years ago by Rosen Vladimirov <[email protected]>
Custom hook name

c6e4d391762fd3094bfd805f5b5a898982ffca9d authored over 5 years ago by Jeremy PELE <[email protected]>
Merge pull request #10 from NativeScript/vladimirov/print-dir

feat: Print directory where the hook has already been installed

d444b4abd2bd23057f3ae58add731a4b60ed7d4e authored over 6 years ago by Rosen Vladimirov <[email protected]>
chore: Set version to 0.2.4

ff4b32872fb521d2d4464dda461d40d4ca5efff2 authored over 6 years ago by rosen-vladimirov <[email protected]>
feat: Print directory where the hook has already been installed

Currently when the plugin has already been installed users receive message:
`Hook already instal...

ed70b9a1ed08bdbfb9c2d949c17edc7f7cecba7f authored over 6 years ago by rosen-vladimirov <[email protected]>
Merge pull request #7 from NativeScript/tachev/fix-project-search

fix: stop creating hooks on `npm i` in plugin folders.

15d830f592ef98442aa940d773f9adfb5b76d8cd authored over 6 years ago by Dimitar Tachev <[email protected]>
fix: stop creating hooks on `npm i` in plugin folders.

f8ba6b94ec06a00843f0600fdb551fa29a853f0c authored over 6 years ago by Dimitar Tachev <[email protected]>
Merge pull request #5 from NativeScript/kerezov/bump

Bump to 0.2.2

088a20c9dda3c4eeddfc77152548aec6e7314ac9 authored almost 7 years ago by Dimitar Kerezov <[email protected]>
Bump to 0.2.2

b06a75aee5e6c6f40074b5eb4757fff3bf9ec578 authored almost 7 years ago by Dimitar Kerezov <[email protected]>
Merge pull request #4 from NativeScript/fix-npm5-local-installations

Use and process.env.INIT_CWD to find path to app for npm5 local installs

6c84d51b80f044e93e78273a8a7e0cfc817df0c6 authored almost 7 years ago by Dimitar Kerezov <[email protected]>
Installing from local directory, npm will set process.env.INIT_CWD to the app path, and symlink to the postinstall scripts will be resolved in __dirname

75e9a3ebc7dad4c272a97a8c0b0a9edce78823a8 authored about 7 years ago by Panayot Cankov <[email protected]>
Merge pull request #3 from EddyVerbruggen/master

Fix postinstall/preuninstall hook installation commands

db9187853742140d1b4ef1d05b4afb47ed82c032 authored almost 8 years ago by Rosen Vladimirov <[email protected]>
Fix postinstall/preuninstall hook installation commands

The code currently in the readme leads to an error - changed it to what is actually used by cons...

a339349040dc2961cde9b5879062b4f4dff55dd9 authored almost 8 years ago by Eddy Verbruggen <[email protected]>
Merge pull request #1 from NativeScript/hdeshev/check-if-hook-exists

Check if hook exists and don't reinstall.

6782e56593082cf8df3f81a0590b272f8b74b22d authored almost 9 years ago by Hristo Deshev <[email protected]>
Detect if hook has been installed and do nothing in that case.

Do a fuzzy match, trying to handle cases like renaming a hook like
nativescript-dev-typescript.j...

5f5a11c1fa0248edfd42aca8b63034f9136c4a10 authored almost 9 years ago by Hristo Deshev <[email protected]>
Bump version to 0.2.1

508e135632c674ff3bff228c357dde829e216ceb authored almost 9 years ago by Hristo Deshev <[email protected]>
remove dependency on environment variables coming from tns

90f31f7c8db813899d8d421f85de35e42189fb9f authored almost 9 years ago by Stefan Dragnev <[email protected]>
docs for in-process hooks

17434a7a5cfab6dababeb428caaefea2c19996f6 authored almost 9 years ago by Stefan Dragnev <[email protected]>
support for in-process hooks

ed3d53f7f2ec7fadc42bc2318f9d533ea4303932 authored almost 9 years ago by Stefan Dragnev <[email protected]>
initial commit

2385db5bc11aac421fa3f2173259ac31e6562300 authored almost 9 years ago by Stefan Dragnev <[email protected]>