1.1.0 • Published 4 years ago

create-rs-project v1.1.0

Weekly downloads
16
License
ISC
Repository
github
Last release
4 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

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.9

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago