All Projects → serokell → nix-npm-buildpackage

serokell / nix-npm-buildpackage

Licence: GPL-3.0 license
Build nix packages that use npm/yarn

Programming Languages

Nix
1067 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to nix-npm-buildpackage

yarn-plugin-nixify
Yarn v3 plugin to help with Nix packaging
Stars: ✭ 41 (-14.58%)
Mutual labels:  nix, yarn
iridium
💎 Growing collection of VS Code extensions with a fancy name
Stars: ✭ 39 (-18.75%)
Mutual labels:  yarn
base16.nix
Quickly theme programs in your favourite base16 colorscheme
Stars: ✭ 61 (+27.08%)
Mutual labels:  nix
nixos-tutorial
one hour, hands-on
Stars: ✭ 118 (+145.83%)
Mutual labels:  nix
dotfiles
dotfiles repository
Stars: ✭ 15 (-68.75%)
Mutual labels:  nix
easy-hls-nix
Easy Haskell Language Server tooling with Nix!
Stars: ✭ 56 (+16.67%)
Mutual labels:  nix
react-in-out-textarea
A simple React.js User Interface Component that is like Google Translate with full TypeScript Support
Stars: ✭ 28 (-41.67%)
Mutual labels:  yarn
molecule
⚛️ –  – ⚛️ Boilerplate for cross platform web/native react apps with electron.
Stars: ✭ 95 (+97.92%)
Mutual labels:  yarn
react-simple-boilerplate
Simple React Boilerplate with Webpack, Github Actions, Scss, Lazy Loading etc....
Stars: ✭ 38 (-20.83%)
Mutual labels:  yarn
emacs
Nightly custom Emacs builds for macOS Nix environments
Stars: ✭ 25 (-47.92%)
Mutual labels:  nix
supernova
🌌 Apache Pulsar client for Haskell
Stars: ✭ 35 (-27.08%)
Mutual labels:  nix
koa-crud-backend
Backend implementation of REST api with Node.js, Koa.js, MongoDB and Jest Tests
Stars: ✭ 56 (+16.67%)
Mutual labels:  yarn
generator-react-web
Yeoman generator for creating interactive web sites with React and Redux + Webpack, Flow, ES7+, Babel, Yarn, npm Scripts, i18n, Redux Saga, SCSS, CSS Modules
Stars: ✭ 35 (-27.08%)
Mutual labels:  yarn
docker-serverless
Docker image containing NodeJS, Serverless Framework and Yarn.
Stars: ✭ 74 (+54.17%)
Mutual labels:  yarn
Cloud.BookList
使用52ABP 多租户(SaaS)模式下的书单管理功能,Angular + .net core 案例功能
Stars: ✭ 14 (-70.83%)
Mutual labels:  yarn
cloud-music-mobile
This is a music player
Stars: ✭ 22 (-54.17%)
Mutual labels:  yarn
flake-nimble
Nimble packages Nix flake [maintainer=@ehmry]
Stars: ✭ 26 (-45.83%)
Mutual labels:  nix
vite.org
The Official Website of Vite - https://vite.org
Stars: ✭ 31 (-35.42%)
Mutual labels:  yarn
osu.nix
DEPRECATED osu! on Nix
Stars: ✭ 13 (-72.92%)
Mutual labels:  nix
nodejs-graphql-template
Template project for Node.js® GraphQL APIs
Stars: ✭ 13 (-72.92%)
Mutual labels:  yarn

Description

CI

nix-npm-buildpackage - build nix packages that use npm/yarn packages

You can use buildNpmPackage/buildYarnPackage to:

  • use a packages-lock.json/yarn.lock file to:
    • download the dependencies to the nix store
    • build an offline npm/yarn cache that uses those
  • build a nix package from the npm/yarn package

Examples

{ pkgs ? import <nixpkgs> {} }:
let
  bp = pkgs.callPackage .../nix-npm-buildpackage {};
in ...
bp.buildNpmPackage { src = ./.; npmBuild = "npm run build"; }
bp.buildYarnPackage { src = ./.; }

About Serokell

nix-npm-buildpackage is maintained and funded with ❤️ by Serokell. The names and logo for Serokell are trademark of Serokell OÜ.

We love open source software! See our other projects or hire us to design, develop and grow your idea!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].