1.1.0 • Published 3 years ago

create-rs-project v1.1.0

Weekly downloads
16
License
ISC
Repository
github
Last release
3 years ago

create-rs-project

This is for generating the rescript project template/starter code.

rs_project
├── README.md
├── bsconfig.json
├── package.json
└── src
    └── demo.res

Usage

To create the starter code:

npx create-rs-project <project_name>

You can also install the package globally.

npm i -g create-rs-project

Then you can run create-rs-project

create-rs-project <project_name>
Note

If the project name is not given a default name rs_project is set.

Contributing

Please do!

  • Create Issues about bug reports, feature requests.
  • Open pull requests with any feature you'd like this project to have.
    • for now there are no restrictons on what PRs should be opened as long as they solve an issue or add a feature.

Let your Rescript friends know!

1.1.0

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.9

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago