0.1.44 • Published 1 year ago
starter-world v0.1.44
workspace
A pnpm workspace boilerplate for Typescript projects.
Features
- Managed with
pnpm
, ensuring efficient package management. - ESLint configuration extending
eslint-config-dsfx3d
. - Sample module
foo
exported in the main index.
Workspace Structure
The workspace is structured as follows:
- Main packages are located in the
packages/
directory. - Additional components can be added in the
components/
directory. - Packages inside
test
directories are excluded.
Installation
To set up the workspace:
pnpm bootstrap
Scripts
bootstrap
: Update packages and install Husky hooks.
Dependencies
- Development:
@commitlint/cli
@commitlint/config-conventional
eslint
eslint-config-dsfx3d
husky
prettier
typescript
packageName
This is my package description.
Usage
Install package:
# npm
npm install packageName
# yarn
yarn add packageName
# pnpm
pnpm install packageName
Import:
// ESM
import {} from "packageName";
// CommonJS
const {} = require("packageName");
Development
- Clone this repository
- Install latest LTS version of Node.js
- Enable Corepack using
corepack enable
- Install dependencies using
pnpm install
- Run interactive tests using
pnpm dev
License
Made with 💛
Published under MIT License.
0.1.43
1 year ago
0.1.44
1 year ago
0.1.41
1 year ago
0.1.42
1 year ago
0.1.40
1 year ago
0.1.39
1 year ago
0.1.37
1 year ago
0.1.38
1 year ago
0.1.30
1 year ago
0.1.31
1 year ago
0.1.32
1 year ago
0.1.33
1 year ago
0.1.34
1 year ago
0.1.35
1 year ago
0.1.36
1 year ago
0.1.15
1 year ago
0.1.27
1 year ago
0.1.28
1 year ago
0.1.29
1 year ago
0.1.20
1 year ago
0.1.21
1 year ago
0.1.22
1 year ago
0.1.23
1 year ago
0.1.24
1 year ago
0.1.25
1 year ago
0.1.16
1 year ago
0.1.17
1 year ago
0.1.18
1 year ago
0.1.19
1 year ago
0.1.13
1 year ago
0.1.14
1 year ago
0.1.12
1 year ago
0.1.10
1 year ago
0.1.11
1 year ago
0.1.2
1 year ago
0.1.8
1 year ago
0.1.7
1 year ago
0.1.9
1 year ago
0.1.4
1 year ago
0.1.3
1 year ago
0.1.6
1 year ago
0.1.5
1 year ago
0.1.1
1 year ago
0.0.3
1 year ago
0.0.2
1 year ago
0.0.4
1 year ago
0.0.1
1 year ago