Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Sep 8, 2024
1 parent ee34515 commit 4e5ae7a
Show file tree
Hide file tree
Showing 4 changed files with 458 additions and 80 deletions.
36 changes: 11 additions & 25 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,24 @@

**Package Builder for the `.gl`-libraries of Scape Agency and its affiliates.**

`pack.gl` is an advanced package builder designed to enhance the efficiency and organization of software development projects. It offers an intuitive interface and robust features tailored for managing and building a wide range of software packages.

`pack.gl` stands as a cutting-edge package builder, meticulously crafted to revolutionize the efficiency and organization of software development projects. It emerges as a powerful tool in the realm of package management, offering a seamless and user-friendly interface coupled with a suite of robust features. Designed to cater to the diverse needs of modern software development, `pack.gl` simplifies and streamlines the process of managing and constructing various types of software packages.

At its core, `pack.gl` is engineered to address the complexities and challenges faced in the contemporary software development landscape. Whether it's handling dependencies, optimizing package size, or ensuring compatibility across different environments, `pack.gl` offers a comprehensive solution. Its intuitive design makes it accessible for beginners, yet its powerful and flexible feature set meets the demands of even the most experienced developers.

Key to its design philosophy is the adaptability to various development workflows, making it an ideal companion for a range of projects from small-scale personal endeavors to large, complex enterprise applications. `pack.gl` stands not just as a tool but as a partner in the software development journey, enhancing productivity, reducing overhead, and bringing clarity and ease to the package management process.
`pack.gl` is a package builder designed to enhance the efficiency and organization of software development projects. Key to its design philosophy is the adaptability to various development workflows, making it an ideal companion for a range of projects from small-scale personal endeavors to large, complex enterprise applications. `pack.gl` stands not just as a tool but as a partner in the software development journey, enhancing productivity, reducing overhead, and bringing clarity and ease to the package management process.

---

## Installation
## Quickstart

### HTML Script Tag
To install `pack.gl`, use npm or yarn:

``` html
<script src="https://unpkg.com/pack.gl@latest/dist.min.js"></script>
### NPM

``` bash
npm install pack.gl --save-dev
```

### NPM Module
### Yarn

``` bash
npm i pack.gl
yarn add pack.gl --dev
```

---
Expand All @@ -66,19 +62,13 @@ npm i pack.gl

**pack.gl** is an open-source project by **[Scape Agency](https://www.scape.agency "Scape Agency website")**.

##### Scape Agency
#### Scape Agency

Scape Agency is a spatial innovation collective that dreams, discovers and designs the everyday of tomorrow. We blend design thinking with emerging technologies to create a brighter perspective for people and planet. Our products and services naturalise technology in liveable and sustainable –scapes that spark the imagination and inspire future generations.

- website: [scape.agency](https://www.scape.agency "Scape Agency website")
- github: [github.com/stylescape](https://github.com/stylescape "Scape Agency GitHub")

### Links

- [Website](https://www.pack.gl)
- [NPM](https://www.npmjs.com/package/pack.gl)


### Development Resources

#### Contributing
Expand All @@ -94,11 +84,7 @@ Copyright &copy; 2024 [Scape Agency BV](https://www.scape.agency/ "Scape Agency

#### License

Except as otherwise noted, the content in this repository is licensed under the
[Creative Commons Attribution 4.0 International (CC BY 4.0) License](https://creativecommons.org/licenses/by/4.0/), and
code samples are licensed under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0).

Also see [LICENSE](https://github.com/stylescape/community/blob/master/src/LICENSE) and [LICENSE-CODE](https://github.com/stylescape/community/blob/master/src/LICENSE-CODE).
Except as otherwise noted, the code in this repository is licensed under the MIT License. Also see [LICENSE](https://github.com/stylescape/community/blob/master/src/LICENSE). The documentation is licensed under the [Creative Commons Attribution 4.0 International (CC BY 4.0) License](https://creativecommons.org/licenses/by/4.0/).

#### Disclaimer

Expand Down
35 changes: 4 additions & 31 deletions dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,45 +16,18 @@
],
"license": "MIT",
"homepage": "https://www.pack.gl/",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/scape-foundation"
}
],
"type": "module",
"main": "js/index",
"types": "js/index",
"files": [
"code-snippets/**/*.code-snippets",
"css/**/*.{css,map}",
"font/**/*.{eot,otf,ttf,woff,woff2}",
"inkscape/**/*.inkscape",
"jinja/**/*.jinja",
"svg/**/*.svg",
"js/**/*.d.ts",
"js/**/*.{js,map}",
"less/**/*.less",
"md/**/*.md",
"oco/**/*.oco",
"png/**/*.png",
"py/**/*.py",
"rcpx/**/*.rcpx",
"scss/**/*.scss",
"sketchpalette/**/*.sketchpalette",
"styl/**/*.styl",
"svg/**/*.svg",
"tex/**/*.tex",
"ts/**/*.ts",
"css/**/*.{css,map}",
"scss/**/*.scss",
"font/**/*.{eot,otf,ttf,woff,woff2}",
"!.DS_Store"
],
"author": "Lars van Vianen <[email protected]> (https://vianen.com)",
"contributors": [
"Scape Agency <[email protected]>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/stylescape/pack.gl.git"
},
"dependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
Expand Down
Loading

0 comments on commit 4e5ae7a

Please sign in to comment.