ncc
nft
ncc | nft | |
---|---|---|
17 | 4 | |
9,167 | 1,312 | |
0.9% | 1.5% | |
5.6 | 7.7 | |
13 days ago | about 1 month ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ncc
-
Create Multiple GitHub Actions in a Single Repository
You can create and package multiple GitHub Actions in a single repository that are written using TypeScript/JavaScript, allowing each action to run separately. Below is how to accomplish this using vercel/ncc, which allows compiling modules into a single file with its dependencies eliminating the need to include the node_modules folder in your repository:
-
Use Notion as your CMS along with Next.js
During my search for deploying Lambdas via GitHub actions, I came across a tutorial that utilized ncc for converting TypeScript and bundling. While ncc is effective, I discovered esbuild, which proved to be significantly faster and perfectly suited to my requirements.
-
So you're using a weird language
You could use ncc to compile a binary:
https://github.com/vercel/ncc
-
Contributors to AWS Lambda container cold starts
This appears to be caused by lazy loading of image layer data, particularly during container initialization, and latency introduced by the read operations. In general, you want to access as few files and as little data as possible during the initialization of your functions. For example, we've seen improvement when using ncc to bundle Node.js applications.
-
Tools of the Trade: Dyte CLI
What we do however, is bundle all these dependencies, and our own code into a single JS file using the nifty ncc tool (thanks Vercel!)
-
Label automation at your fingertips
Vercel's ncc compiler
-
Managing JavaScript GitHub Action ncc packing
The most unclear and confusing part is packing the code using ncc. The necessity of this step is caused by GitHub’s approach to running your Action.
-
TypeScript Dynamic Module Import
I filed an issue for the ncc bundler regarding a similar behavior
-
Ask HN: How do you (security) audit external software using NPM packages?
This may be slightly tangential but I recently discovered ncc[1] from vercel which can take a single node project and compile it and all dependencies to a single file.
As an added benefit it also collapses all contained dependencies license files into a single licenses.txt file too!
- [1] https://github.com/vercel/ncc
-
Compiling a Apollo Federated Graph with esBuild 🚀
The current process of building a package locally is by running through a gulp task, using ttypescript to compile the TS and @vercel/ncc to build the binary:
nft
-
Run Nextjs using docker
During next build, Next.js will use @vercel/nft to statically analyze import, require, and fs usage to determine all files that a page might load.
-
NextJs on vercel - missing files after build when interpolating file names
This is because nextjs uses @vercel/nft to determine exactly which files (including node_modules) are necessary for the application runtime.
-
I launched Autobundle project which automatic bundle your dependency, ideally from Bundlephobia, powered by esbuild
Currently they use https://github.com/vercel/nft but in the past they use ncc, next.js is using ncc too for compile dependency https://github.com/vercel/next.js/tree/canary/packages/next/compiled, umi (ant.design) internal using ncc to bundling they's deps https://github.com/umijs/umi/blob/master/packages/deps/taskfile-ncc.js
-
Nuxt 3 is Coming! Here's What You Need to Know
These improvements will be achieved by better dependency tracking using Node File Trace from Vercel (@vercel/nft). This will ensure that only the necessary dependencies are included in the final bundle.
What are some alternatives?
pkg - Package your Node.js project into an executable
typescript-solidity-dev-starter-kit - Starter kit for smart contract development using Typescript
esbuild - An extremely fast bundler for the web
WolfBot - Crypto currency trading bot written in TypeScript for NodeJS
Next.js - The React Framework
umi - A framework in react community ✨
typescript-action - Create a TypeScript Action with tests, linting, workflow, publishing, and versioning
wrangler-legacy - 🤠 Home to Wrangler v1 (deprecated)
picomatch - Blazing fast and accurate glob matcher written JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions. Used by GraphQL, Jest, Astro, Snowpack, Storybook, bulma, Serverless, fdir, Netlify, AWS Amplify, Revogrid, rollup, routify, open-wc, imba, ava, docusaurus, fast-glob, globby, chokidar, anymatch, cloudflare/miniflare, pts, and more than 5 million projects! Please follow picomatch's author: https://github.com/jonschlinkert
Home Assistant - :house_with_garden: Open source home automation that puts local control and privacy first.
vercel - Develop. Preview. Ship.
menagerie - A web tool for displaying ARK creatures across a server cluster