Skip to content

ampcpmgp/elemental-sea

Repository files navigation

Elemental Sea (元素海)

開発中。

Setup

bun install

Run

bun run dev

Run (specific package)

bun run type-check --filter=element

Generate template workspace

bun gen

? Select generator to run   generate workspace: Create a new workspace in the monorepo with a README.md and package.json
? What type of workspace is this? packages
? What is the name of the workspace? vitest-config

Generate blank package

bun gen workspace

Install package

cd packages/<package-name>
bun add <package-name> # if dev package, use -d option

Fix mismatched versions

bun run fix-mismatched-versions

Publish package

# e.g.
cd pakcages/element
npm publish --access=public ./

Other

# list all scripts
bun run

About

科学を学ぶOSSを作っていきます。 元素海 (elemental-sea)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors