Skip to content

ProCode2/create-rs-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published