Skip to content

Latest commit

 

History

History

README.md

create-rstack

Create a new Rstack project.

Usage

Using npm create:

npm create rstack@latest

Using CLI flags:

npx create-rstack --dir my-project --template app-vanilla-ts

# Using abbreviations
npx create-rstack -d my-project -t app-vanilla-ts

Templates

  • app-vanilla-js - JavaScript Vanilla application
  • app-vanilla-ts - TypeScript Vanilla application
  • app-react-js - JavaScript React application
  • app-react-ts - TypeScript React application
  • app-vue-js - JavaScript Vue application
  • app-vue-ts - TypeScript Vue application
  • lib-node-js - JavaScript Node.js library
  • lib-node-ts - TypeScript Node.js library
  • lib-react-js - JavaScript React library
  • lib-react-ts - TypeScript React library

Documentation

See the Rstack documentation.

License

MIT.