Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 15 days ago
JSON representation

An opinionated TypeScript build toolchain for modern, standard JS libraries.

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!