@julseb-lib/julseb-cli
v0.0.57
Published
Repository for `julseb-cli`.
Downloads
1,289
Readme
JulSeb's CLI
Repository with all the boilerplates generated by julseb-cli
. All those boilerplates are using TypeScript
.
Boilerplates
Usage
With npx
Run:
$ npx @julseb-lib/julseb-cli@latest <your-project-name>
Globally
Run:
$ npm i -g @julseb-lib/julseb-cli
And use like this:
$ julseb-cli <your-project-name>
Packages installed
All apps
- JulSeb Library: Basic components library
- JulSeb utils: Utils functions for your app. On client side, those functions are imported from
@julseb-lib/react
- Plop: Generate components and other
Server apps
Client apps
- JulSeb Library: Basic components library
- Axios: Util package to make more easily API calls
- Styled Components: Used for styling your components
- React Router: Routing for client app
Coming soon
- React + GraphQL
- Next.JS
- Vue