create-rs-project

1.1.0 • Public • Published

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!

Dependents (0)

Package Sidebar

Install

npm i create-rs-project

Weekly Downloads

2

Version

1.1.0

License

ISC

Unpacked Size

7.14 kB

Total Files

9

Last publish

Collaborators

  • procode1