https://github.com/atomic-stack/create-atomic
An opinionated TypeScript build toolchain for modern, standard JS libraries.
https://github.com/atomic-stack/create-atomic
esmodules esnext typescript
Last synced: 3 months ago
JSON representation
An opinionated TypeScript build toolchain for modern, standard JS libraries.
- Host: GitHub
- URL: https://github.com/atomic-stack/create-atomic
- Owner: Atomic-stack
- Created: 2022-10-10T04:10:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T04:58:00.000Z (over 2 years ago)
- Last Synced: 2025-04-07T11:17:13.013Z (12 months ago)
- Topics: esmodules, esnext, typescript
- Language: TypeScript
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create-atomic
An opinionated TypeScript project generator for modern node projects and libraries.
## Scaffolding your project
With npm
```
npm create atomic@latest
```
With yarn
```
yarn create atomic@latest
```
With pnpm:
```
pnpm create atomic@latest
```
Then just follow the prompts to create your project!
## What you get
Start building today with zero-config out of the box.
Batteries included:
- tsconfig
- Prettier
- Eslint
- Tests
## Modern standards
Write the latest and greatest TypeScript with a best-in-class developer experience.
Ship JavaScript modules that are standards-compliant and performance oriented.
The future is now!