Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dentsusoken/au3te-ts-base
https://github.com/dentsusoken/au3te-ts-base
Last synced: about 12 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/dentsusoken/au3te-ts-base
- Owner: dentsusoken
- Created: 2024-08-26T01:24:55.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T04:45:30.000Z (about 1 month ago)
- Last Synced: 2024-12-09T05:27:35.251Z (about 1 month ago)
- Language: TypeScript
- Size: 309 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to use
## Preparing au3te-ts-common
```bash
git clone https://github.com/dentsusoken/au3te-ts-common
cd au3te-ts-common
npm run install
npm run build
npm link
cd ..
```## Preparing au3te-ts-base
```bash
git clone https://github.com/dentsusoken/au3te-ts-base
cd au3te-ts-base
npm run install
npm link au3te-ts-common
npm run build
npm link
cd ..
```## Using au3te-ts-base from another project
```bash
mkdir test
cd test
npm init es6 -y
npm link au3te-ts-base
```