Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romellogoodman/atwo
A creative coding framework.
https://github.com/romellogoodman/atwo
Last synced: about 17 hours ago
JSON representation
A creative coding framework.
- Host: GitHub
- URL: https://github.com/romellogoodman/atwo
- Owner: romellogoodman
- License: mit
- Created: 2022-06-01T07:05:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T05:35:52.000Z (over 2 years ago)
- Last Synced: 2025-01-12T22:11:29.695Z (9 days ago)
- Language: JavaScript
- Homepage: https://atwo.dev
- Size: 982 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# atwo
[![npm version](https://badge.fury.io/js/atwo.svg)](https://badge.fury.io/js/atwo)
A creative coding framework.
```sh
npm i atwo -g
```### Codebase
Folder structure
```sh
atwo/
├── cli
└── site # atwo.dev
```Technologies
- [Commander.js](https://github.com/tj/commander.js)
- [Eleventy](https://www.11ty.dev/)
- [Rollup.js](https://rollupjs.org/guide/en/)### Development
Developing the website
```sh
npm run site
```### Author
By [Romello Goodman](https://www.romellogoodman.com/).